Skip to content
GET
200
GET
200
404
API reference
Operator - Audit
One tag: method, path, summary, auth, and scopes. Request and response fields ship in this page — expand a row to read the contract.
Endpoints
2
GET
/api/v1/operator/audit_events
Web Session
List audit events
/api/v1/operator/audit_events
Web Session
List audit events
Description
Returns audit events for the current workspace.
Auth
Web SessionResponses
200
List of audit events
Returns: AuditEventList
List of audit events
Returns: AuditEventList
GET
/api/v1/operator/audit_events/:id
Web Session
Get audit event details
/api/v1/operator/audit_events/:id
Web Session
Get audit event details
Description
Returns details of a specific audit event.
Auth
Web SessionParameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| id | path | string | Yes | Audit event UUID |
Responses
200
Audit event details
Returns: AuditEvent
Audit event details
Returns: AuditEvent
404
Audit event not found
Audit event not found