Download audit export task result

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Unique identifier of the completed export task whose CSV result should
be downloaded, as returned by the create task endpoint in the taskId
field.

Responses

Location header. Follow the redirect to download the file.

404

Not Found. The task does not exist for the authenticated tenant or has
not reached the Success state. The response has no body.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*
application/problem+json