Export audit trail as CSV
Exports the audit trail for the specified date range as a downloadable CSV or Excel file.
Exports the audit trail for the specified date range as a downloadable CSV or Excel file.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query Parameters
action?string
target_type?string
actor_id?string
Format
uuidsince?string
Format
date-timeuntil?string
Format
date-timeResponse Body
text/csv
application/json
curl -X GET "https://example.com/api/recon/v1/audit-trail/export""(binary file content)"{
"error": "unauthorized",
"message": "Bearer token is missing or invalid",
"request_id": "01900000-0000-7000-8000-000000000001"
}Was this page helpful?