Skip to main content

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.

The API returns standard HTTP status codes.

Status codes

200 OK
success
Request processed. Response body is a JSON array of records.
400 Bad Request
error
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.
401 Unauthorized
error
Authentication failed. Verify the Authorization header is present and the token is correctly formatted.
403 Forbidden
error
Token is valid but lacks access to the requested resource.
404 Not Found
error
Endpoint not found. Check the URL path, including the trailing date params where required.
429 Too Many Requests
error
Rate limit exceeded. See Rate limits for backoff guidance.
500 Internal Server Error
error
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.
{
  "message": "invalid filter field 'departent' on user_filter"
}

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