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

# bad_request

> Bad request. HTTP 400.

# `bad_request`

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

Syntactically valid but semantically impossible — for example a cursor that decodes but points at a different conversation.

```json theme={null}
{
  "type": "https://docs.cortex.foundation/problems/bad_request",
  "title": "Bad request",
  "status": 400,
  "code": "bad_request",
  "request_id": "req_…"
}
```

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