Identity & Access/Credentials
GETCredentialSince 1.0SynchronousAuth Required
ExportAuditLogs
Export all matching credential audit logs as a full dataset for compliance or analysis.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
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.
Responses
Endpoint
GET/api/v1/credential-audit/export
/api/v1/credential-audit/export
Request Example
curl -X GET '{host}/api/v1/credential-audit/export' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
