Skip to main content
GET
Export the organisation audit log

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

format
enum<string>
default:csv

Download format; csv answers text/csv, json answers the OrgAuditLogExportResponse document.

Available options:
csv,
json
user_id
string<uuid>
action_type
string
resource_type
string
start_date
string<date-time>
end_date
string<date-time>

Response

The audit trail as an attachment, capped at 100000 rows; a capped CSV carries the X-Ankra-Export-Truncated: true response header, a capped JSON document sets truncated.

entries
object[]
required
truncated
boolean
required