Skip to main content

Export audit entries as NDJSON

GET 

/api/v1/audit-log/export

Streams a project's audit-log entries as newline-delimited JSON — one entry object per line, oldest first — for archival before the retention window expires, or for shipping into an external system. project_id is required: the export is per-project by design. Filters behave exactly as they do on the list endpoint.

Request

Responses

A newline-delimited stream of audit entries. Each line is a JSON object with the same fields as AuditEntry.