The API returns standard HTTP status codes.Documentation Index
Fetch the complete documentation index at: https://reporting.continu.com/llms.txt
Use this file to discover all available pages before exploring further.
Status codes
Request processed. Response body is a JSON array of records.
The request body is malformed. Most commonly: a field name typo, an invalid filter value, or a malformed nested object. Check the request body against the API reference for that endpoint.
Authentication failed. Verify the
Authorization header is present and the token is correctly formatted.Token is valid but lacks access to the requested resource.
Endpoint not found. Check the URL path, including the trailing date params where required.
Rate limit exceeded. See Rate limits for backoff guidance.
Server error. Retry after a short delay. If it persists, contact support with the request body and timestamp.
Error response shape
Error responses include a JSON body with a human-readable message. Do not parse error messages programmatically — rely on the status code for control flow.Idempotency
All endpoints are read-only and safe to retry. Repeated calls with the same body and date range return the same data (modulo any new records that have landed between calls).What to include when reporting an issue
If you hit an error you can’t resolve, contact support@continu.co with:- The endpoint and request body (token redacted)
- The full response, including status code and any error body
- An approximate timestamp of the failing request
- Your organization name or account contact