Docs
← chronapilot.com v 2026-05-12

resource_not_found

Errors · invalid_request_error

HTTP 404 · type invalid_request_error

Resource does not exist or is not visible.

When it fires

Either the resource ID is wrong, or the caller's key/scope doesn't grant access to it.

Recovery

Verify the ID. If you're using Connect, verify the Chronapilot-Account header matches the account that owns the resource.

Example response

JSON
{
  "error": {
    "type": "invalid_request_error",
    "code": "resource_not_found",
    "message": "Resource does not exist or is not visible.",
    "doc_url": "https://docs.chronapilot.com/errors/resource-not-found",
    "request_id": "req_1A2b3C4d5E6f"
  }
}