Download logging export artifact
GET
/api/admin/logging-policies/exports/{id}/artifact
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/admin/logging-policies/exports/example/artifact \ --header 'Authorization: Bearer <token>'Returns a generated export artifact or manifest from R2 when available.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Responses
Section titled “ Responses ”Export artifact stream. Content type depends on the export format.
string
Example
{"id":"log_1","message":"example"}string
Example
id,messagelog_1,examplestring format: binary
default
Section titled “default ”Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}