Identity & Access/Credentials
GETCredentialSince 1.0SynchronousAuth Required
ListAuditLogs
List credential audit log entries with optional filters for credential, action, operator, and time range.
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 listed.
actionStringFilter logs by action type (e.g. CREATE, REVEAL).
operatorStringFilter logs by the operator account that performed the action.
sinceStringReturn only audit logs created after this timestamp.
untilStringReturn only audit logs created before this timestamp.
Responses
Endpoint
GET/api/v1/credential-audit
/api/v1/credential-audit
Request Example
curl -X GET '{host}/api/v1/credential-audit' -H 'Authorization: Bearer {token}'
Response Example
200{
"items": [
{}
],
"total": 100,
"limit": 50,
"offset": 20
}Change History
This API has no change history records yet.
