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
- 200
- 400
- 401
- 403
A newline-delimited stream of audit entries. Each line is a JSON object with the same fields as AuditEntry.
project_id is required, or from/to is present but not a valid ISO 8601 date
Unauthorized
Forbidden