Skip to main content
POST
Create an audit export

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json

Audit export creation payload

entityType
string
required

Audit entity to export (credential_access | transfer_history)

Example:

"credential_access"

periodFrom
string<date-time>
required

Inclusive lower bound of the export window (RFC3339)

Example:

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

periodTo
string<date-time>
required

Exclusive upper bound of the export window (RFC3339)

Example:

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

format
string

Export format (CSV | JSON_GZIP); defaults to CSV

Example:

"CSV"

Response

Accepted

entityType
string
required
format
string
required
id
string
required
periodFrom
string<date-time>
required
periodTo
string<date-time>
required
requestedAt
string<date-time>
required
requestedBy
string
required
status
string
required
completedAt
string<date-time>
failureReason
string
recordCount
integer<int64>
sha256Hash
string
sizeBytes
integer<int64>