Saltar al contenido principal
POST
Crear una exportación de auditoría

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json

Audit export creation payload

entityType
string
requerido

Audit entity to export (credential_access | transfer_history)

Ejemplo:

"credential_access"

periodFrom
string<date-time>
requerido

Inclusive lower bound of the export window (RFC3339)

Ejemplo:

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

periodTo
string<date-time>
requerido

Exclusive upper bound of the export window (RFC3339)

Ejemplo:

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

format
string

Export format (CSV | JSON_GZIP); defaults to CSV

Ejemplo:

"CSV"

Respuesta

Accepted

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