Skip to content

org_not_found

HTTP status: 404 Not Found

  1. Confirm the X-Org-ID header (when you set one explicitly). It must be a UUID belonging to an org you're a member of. Copy-paste from the dashboard rather than typing.
  2. Run jc auth whoami (or GET /api/v1/account) to see which org your current credential resolves to. If the answer surprises you, you're using the wrong API key.
  3. Check the org wasn't deleted. Orgs can be deleted from Settings → Danger Zone; their IDs return 404 forever after.
  4. Switch active org in the dashboard via the top-left org switcher if you belong to multiple workspaces.

The path resolved to a valid route and your credentials authenticated, but the org context attached to the request doesn't match any active organization you have access to. We return 404 (not 403) for unrecognized org IDs so callers can't enumerate other orgs.

Contact support with your request_id (looks like req_01HF3JKB...). We'll confirm whether the org ID was ever active under your account.