Skip to main content
POST
Trigger bulk evidence export (Auditor only)

Authorizations

X-API-Key
string
header
required

API key for authentication

Query Parameters

includeJson
boolean
default:false

Include raw JSON files alongside the rendered PDFs

from
string<date-time>

Start of the audit period (inclusive, strict ISO 8601). Omit for all history. Locale formats such as 12/31/2025, and date-times without a UTC offset, are rejected.

Example:

"2025-01-01T00:00:00.000Z"

to
string<date-time>

End of the audit period (inclusive, strict ISO 8601). Must not be earlier than from. Omit for all history.

Example:

"2025-12-31T23:59:59.999Z"

Response

201

Export job started