> ## Documentation Index
> Fetch the complete documentation index at: https://rollout.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Errors

The API uses standard HTTP status codes. Common responses include:

* `401` Unauthorized (invalid or missing token)
* `403` Forbidden (invalid credentials or insufficient access)
* `404` Not Found
* `409` Conflict (data not ready yet or duplicate state)
* `500` Server error

Errors are returned as JSON with an error message.

```json theme={null}
{ "error": "Error description" }
```
