For Workers & Pages, what is the name of the domain?
workers.dev
What is the error number?
10121
What is the error message?
HTTP 403 from GET /accounts/[redacted]/workers/dispatch/namespaces
What is the issue or error you’re encountering
A read-only request to list Workers dispatch namespaces returns HTTP 403 with error 10121, while other Workers read-only endpoints return HTTP 200. Does this indicate missing Workers for Platforms entitlement, or a token-scope or endpoint-access issue?
What steps have you taken to resolve the issue?
I used the same authenticated credentials to confirm that read-only requests for Workers scripts, settings, deployments, and versions succeed with HTTP 200. Only GET /accounts/[redacted]/workers/dispatch/namespaces returns HTTP 403 / error 10121.
Could someone please clarify:
- Does error 10121 conclusively mean Workers for Platforms is not enabled?
- Could hidden or legacy dispatch namespaces still be associated with the account?
- How can the complete dispatch-namespace inventory be verified read-only without purchasing or activating Workers for Platforms?
No deployment, namespace creation, plan activation, or configuration change has been attempted.
What are the steps to reproduce the issue?
- Authenticate to a Cloudflare account using credentials that can read Workers scripts, settings, deployments, and versions.
- Confirm those read-only Workers endpoints return HTTP 200.
- Send GET /accounts/[redacted]/workers/dispatch/namespaces using the same credentials.
- Observe HTTP 403 with error code 10121.