> ## Documentation Index
> Fetch the complete documentation index at: https://cortex-foundation-add13747-droid-1a2462c9-cor-444-sanitize.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# not_found

> Not found. HTTP 404.

# `not_found`

|           |                                                     |
| --------- | --------------------------------------------------- |
| HTTP      | `404`                                               |
| `code`    | `not_found`                                         |
| `type`    | `https://docs.cortex.foundation/problems/not_found` |
| Retryable | no                                                  |

No resource with that id is visible to this caller. Cross-account reads are 404 rather than 403, so existence is not leaked.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/not_found",
  "title": "Not found",
  "status": 404,
  "code": "not_found",
  "request_id": "req_…"
}
```

See [Errors](/api/errors) for how to branch, and what not to render from `detail`.
