These artifacts cover the same surface as the docs you’re reading, packaged for offline use and direct tool import.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.
Integration guide (Word)
Same content as this site, formatted as a Word document. Useful for offline review, internal architecture sign-off, or sharing with non-engineering stakeholders.
Postman collection
All 14 endpoints pre-populated with available field flags and filter scaffolding. Set three variables (
base_url, api_token, from/until) and start calling.OpenAPI 3.0 spec
Raw OpenAPI 3.0 spec for import into your own tooling — code generators, mock servers, custom doc renderers.
Swagger 2.0 spec
Swagger 2.0 version of the same spec, for tooling that doesn’t yet support OpenAPI 3.0.
Postman setup
Set variables
Open the collection, go to the Variables tab, and set:
| Variable | Value |
|---|---|
base_url | https://reports-latest.continu.co/api/v1 |
api_token | Your Continu-issued token |
from | Start of date range (Unix epoch seconds) |
until | End of date range (Unix epoch seconds) |
Pick an endpoint and customize the body
Open any request. The body is pre-populated with every available field flag set to
false (except email, first_name, last_name which default to true). Toggle the fields you want to true. Fill in filter values you need.