Launch Week 02 wrapped — explore all five launches

Download Organization Audit Log Export

GEThttps://api.confident-ai.com/v1/organization/audit-logs/exports/{exportId}/download

Downloads a completed organization audit log export.

Responds 302 with a Location header pointing at a pre-signed object storage URL that is valid for 15 minutes. Follow the redirect to receive the gzipped CSV — with curl, pass -L.

A fresh signature is minted on every call, so this endpoint is a durable link: never store the redirect target, just call this again when you need the file. Returns 404 while the export is still running, if it failed, or once the file has been cleaned up.

GET/v1/organization/audit-logs/exports/{exportId}/download
curl -X GET "https://api.confident-ai.com/v1/organization/audit-logs/exports/{exportId}/download" \
  -H "CONFIDENT_API_KEY: <ORGANIZATION-API-KEY>"

Headers

  • CONFIDENT_API_KEYstringRequired

    The organization API key for your Confident AI organization.

Path parameters

  • exportIdstringRequired

    The unique identifier of the export, returned when it was created.

Response

Built byConfident AI