Skip to main content

Documentation Index

Fetch the complete documentation index at: https://rollout.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

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.
{ "error": "Error description" }