Skip to main content
GET
Export Audit Log
string
default:"csv"
Export format: csv, json
string
required
Start date in ISO 8601 format (e.g., 2026-03-01T00:00:00Z)
string
End date in ISO 8601 format (default: now)
string
Filter by action type
string
Filter by user
string
Filter by namespace
The CSV export returns the Content-Type: text/csv header and the Content-Disposition: attachment; filename="audit-export-20260319.csv" header for automatic download. For large exports (more than 10,000 records), the API returns a 202 Accepted with a link for asynchronous download:

Authorizations

Authorization
string
header
required

Bearer token issued by the operator. Format: Authorization: Bearer <token>.

Query Parameters

format
enum<string>
default:csv

Export format.

Available options:
csv,
json
since
string<date-time>
required

Start date (ISO 8601).

Example:

"2026-03-01T00:00:00Z"

until
string<date-time>

End date (ISO 8601). Default: now.

action
string

Filter by action type.

user
string

Filter by user.

namespace
string

Filter by namespace.

Response

Audit export (sync). Content-Type depends on format.

apiVersion
string
Example:

"v1"

kind
string
Example:

"AuditExport"

metadata
object
records
object[]