All date range parameters in the URL path are Unix epoch seconds in UTC, not ISO 8601 strings.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.
from is inclusive, until is exclusive. To pull data for the month of May 2024 UTC, use from=1714521600 (May 1 00:00:00 UTC) and until=1717200000 (June 1 00:00:00 UTC).
Generating epoch values
Response timestamps
Timestamps in response bodies are returned as ISO 8601 strings in UTC, not epoch seconds. Example:Which date field does the path range apply to?
Some endpoints support multiple semantic date fields (e.g., assignment endpoints haveassigned_date, completed_date, due_date). Use the range_target body field to specify which one the {from}/{until} path range should filter on:
range_target is omitted, each endpoint applies a sensible default (typically completed_date or created_at).