Get audit export task status

Returns the current status and timestamps of an asynchronous audit export
task created via POST /v1/audits/query-tasks, for the authenticated
user's tenant.

Tenant is derived from the user token — do not pass tenant as a path or
query parameter.

Polling: Poll this endpoint until status is Success or Failed.
While the task is in progress, status is Queued or Working. When
status is Success, retrieve the result from
GET /v1/audits/query-tasks/{taskId}/download. The completedAt field is
populated only once the task reaches a terminal state (Success or
Failed).

Rate limit: Tier 3 (600 requests/minute per tenant) to support polling.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Unique identifier of the export task whose status to retrieve, as
returned by the create task endpoint in the taskId field.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

404

Not Found. No export task with the given taskId exists for the
authenticated tenant. 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/json
application/problem+json