Atlas
Admin — Audit

Export audit log as CSV

Exports audit log entries as a CSV file (up to 10,000 rows). Scoped to active organization.

GET
/api/v1/admin/audit/export

Response Body

text/csv

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/admin/audit/export"
"string"
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}