コンテンツにスキップ

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.

id
required
string

Export artifact stream. Content type depends on the export format.

string
Example
{"id":"log_1","message":"example"}

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"
}