Pular para o conteúdo principal
POST
Criar uma exportação de auditoria

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Corpo

application/json

Audit export creation payload

entityType
string
obrigatório

Audit entity to export (credential_access | transfer_history)

Exemplo:

"credential_access"

periodFrom
string<date-time>
obrigatório

Inclusive lower bound of the export window (RFC3339)

Exemplo:

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

periodTo
string<date-time>
obrigatório

Exclusive upper bound of the export window (RFC3339)

Exemplo:

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

format
string

Export format (CSV | JSON_GZIP); defaults to CSV

Exemplo:

"CSV"

Resposta

Accepted

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