ListAuditLogs
List credential audit log entries with optional filters for credential, action, operator, and time range.
GET
/api/v1/credential-auditOperation ID
ListAuditLogsSince
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 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.
