Stream the exported audit log data for the specified job in JSON Lines format from the backing store.
Authenticate requests using a bearer token.
Supported token types:
Header format
Authorization: Bearer <your_token>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.
UUID of the export job whose data should be downloaded.
Identifier of the export job.
"<uuid>"
Request succeeded and the export data is streamed in the response.