Reporting API

Versioning

New integrations must use /v2/reports.

Required headers (for /v2/reports)

Every request to the current reporting endpoint must include:

Optional headers

Headers for other endpoints (do NOT send on /v2/reports)

Rate limits

The /v2/reports endpoint is rate-limited to 120 requests per minute per workspace. Requests beyond this return 429.

Payload size

Max body size on /v2/reports is 10 MiB. Larger payloads should use the chunked upload flow (see /v2/uploads, not covered here).