Download Export
Download Export
Stream the exported audit log data for the specified job in JSON Lines format from the backing store.
GET
Download Export
Authorizations
Authenticate requests using a bearer token.
Supported token types:
- Access Token — short-lived token obtained from the authentication service
- JWT Token — JSON Web Token containing encoded credentials
Header format
Authorization: Bearer <your_token>
Headers
Name of the organization to scope the request to. This header is required in multi-tenant deployments.
Organization name used to resolve the tenant context.
API version identifier (for example, v1 or v2). Defaults to v1
when not provided.
API version to target for this request.
Path Parameters
UUID of the export job whose data should be downloaded.
Identifier of the export job.
Example:
"<uuid>"
Response
Request succeeded and the export data is streamed in the response.