Download Organization Audit Log Export
(v1)GET
Downloads a completed organization 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.
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_KEYstringRequiredThe organization API key for your Confident AI organization.
Path parameters
exportIdstringRequiredThe unique identifier of the export, returned when it was created.