latestOpenAPI 3.1.02026-08-23100133183.1 KB
0d66c7340876
Journal
Export project audit log as a JSON file
Streams the full audit log (matching the given filters, within the retention window) to object storage and returns a short-lived pre-signed download URL.
post/v1/audit/log/download
Request body
Example request
{
"start_date": "2026-01-01T00:00:00.000Z"
}Response
Example response
{
"url": "https://object.storage.com/project-id/audit-log-20260317-141552-uuid.json?X-Amz-Signature=...",
"expires_at": "2026-03-17T14:30:52.872Z"
}