Skip to main content

Not found

typehttps://docs.frem.sh/reference/api/errors/not-found
HTTP status404 Not Found

What it means

The resource does not exist - or your token cannot see it.

Example detail messages returned with this error:

  • Tenant not found.
  • Tenant not found.
  • Token not found, not yours, or already revoked.

What to do

Check the org slug, repo name and resource id in the path. A 404 is also returned when your token is scoped to a different tenant, so an existing resource can look missing - confirm the token’s tenant and scopes.

Response shape

All fremforge API errors are RFC 9457 problem+json:

{
  "type": "https://docs.frem.sh/reference/api/errors/not-found",
  "title": "Not Found",
  "status": 404,
  "detail": "..."
}

Branch on type, not on title or detail - those are human-readable and may be reworded.