Introducing confident-trace — our new tracing SDK

Download Project Audit Log Export

(v1)

GET

Downloads a completed project audit log export by responding 302 with a Location header pointing at a pre-signed URL valid for 15 minutes; follow the redirect (curl -L) to receive the gzipped CSV. A fresh signature is minted on every call, so call this endpoint again rather than storing the redirect target. Returns 404 while the export is running, if it failed, or once the file has been cleaned up.

GET/v1/projects/{projectId}/audit-logs/exports/{exportId}/download
curl -X GET "https://api.confident-ai.com/v1/projects/{projectId}/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

  • projectIdstringRequired

    The unique identifier of the project.

  • exportIdstringRequired

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

Response

Built byConfident AI