Documentation Index
Fetch the complete documentation index at: https://docs.revyops.com/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
Authentication
All public API endpoints require aclient_id query parameter that identifies your workspace.
client_id in the RevyOps dashboard under Settings → Workspace.
Versioning
The API has two versions:| Version | Base Path | Notes |
|---|---|---|
| v1 | /public/ | Original endpoints — still supported |
| v2 | /public/v2/ | Recommended — improved filtering and pagination |
Response Format
All responses are JSON. Successful responses return the requested data directly or wrapped in a results array.Error Format
| Code | Meaning |
|---|---|
200 | Success |
201 | Created |
204 | Deleted (no content) |
400 | Bad request — check your payload |
404 | Resource not found |
500 | Server error |
Pagination
List endpoints support pagination viapage and page_size query parameters: