Crear una exportación de auditoría
Encola una exportación de auditoría asíncrona (status GENERATING) para el entity type, el format y la ventana RFC3339 indicados. El rango de fechas está limitado a 365 días; una segunda exportación concurrente para el mismo entity type devuelve 409. El worker generador de exportaciones materializa el objeto.
Autorizaciones
JWT bearer token issued by the identity provider.
Cuerpo
Audit export creation payload
Audit entity to export (credential_access | transfer_history)
"credential_access"
Inclusive lower bound of the export window (RFC3339)
"2026-01-01T00:00:00Z"
Exclusive upper bound of the export window (RFC3339)
"2026-02-01T00:00:00Z"
Export format (CSV | JSON_GZIP); defaults to CSV
"CSV"
Respuesta
Accepted

