ExportAuditLogs
Export all matching credential audit logs as a full dataset for compliance or analysis.
GET
/api/v1/credential-audit/exportOperation ID
ExportAuditLogsSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
Query Parameters
credentialUuidStringUUID of the credential whose audit logs should be exported.
actionStringFilter exported logs by action type (e.g. CREATE, REVEAL).
operatorStringFilter exported logs by the operator account.
sinceStringExport only audit logs created after this timestamp.
untilStringExport only audit logs created before this timestamp.
