Skip to content

resource_not_found (404)

← Error reference

resource_not_found

HTTP status: 404

Retryable: No — retrying without changes will fail the same way.

The requested resource does not exist within your organisation.

When it fires

No row matches the `(id, org_id, mode)` tuple in the caller's scope. We never confirm or deny existence outside the caller's organisation.

How to handle it

Verify the ID, mode, and region. A test-mode resource is not visible to live keys, and vice versa.

Example response

{
  "error": {
    "type": "https://docs-dev.autohost-dev.uk/api/errors/resource_not_found",
    "code": "resource_not_found",
    "message": "Applicant not found",
    "request_id": "req_01HEXAMPLE0000000000000000",
    "doc_url": "https://docs-dev.autohost-dev.uk/api/errors/resource_not_found"
  }
}