> ## 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.

# internal

> Something went wrong on our side. HTTP 500.

# `internal`

|           |                                                    |
| --------- | -------------------------------------------------- |
| HTTP      | `500`                                              |
| `code`    | `internal`                                         |
| `type`    | `https://docs.cortex.foundation/problems/internal` |
| Retryable | yes                                                |

Catch-all for our own bugs. Never carries `detail`. Quote `request_id` in a support form. Retrying can succeed.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/internal",
  "title": "Something went wrong on our side",
  "status": 500,
  "code": "internal",
  "request_id": "req_…"
}
```

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