Redirects to a temporary, pre-signed URL from which the exported audit
records can be downloaded as a CSV (comma-separated values) file, for the
authenticated user's tenant. Only available once the task status is Success.
Tenant is derived from the user token — do not pass tenant as a path or
query parameter.
Behavior: On success this endpoint responds with 302 Found and a Location header containing a short-lived download URL (valid for
approximately four minutes). Follow the redirect to download the CSV file.
If the task is not yet Success (still Queued or Working) or does not
exist, the endpoint responds with 404 Not Found.
Rate limit: Tier 2 (60 requests/minute per tenant).
Recent Requests
Log in to see full request history
Time
Status
User Agent
Retrieving recent requests…
Loading…
Responses
401
Unauthorized
403
Forbidden
404
Not Found. The task does not exist for the authenticated tenant or has
not reached the Success state. The response has no body.