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.
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"
}Changes
Changed in 2 of the 11 revisions of this API.6
- ○
added the new
approveenum value to the request propertyactionrequest-property-enum-value-added
- ○
added the new
declineenum value to the request propertyactionrequest-property-enum-value-added
- ○
added the new
quota_requestenum value to the request propertyobject_typerequest-property-enum-value-added
- ○
- ○
added the new
object_storageenum value to the request propertyobject_typerequest-property-enum-value-added
- ○
added the new
suspendenum value to the request propertyactionrequest-property-enum-value-added
- ○
added the new
unsuspendenum value to the request propertyactionrequest-property-enum-value-added
- ○