Openapi
Get audit event
Retrieves a single audit event with its full metadata including actor details, action, target resource, outcome, and timestamp.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/audit-events/{auditEventId}"Empty
List audit events GET
Returns the audit log for the workspace. Each event records an actor (API key, team member, or system), the action performed, the target resource, and the outcome (success/failure). Events are append-only and cannot be modified or deleted.
List environments GET
Returns all environments (e.g. development, staging, production) configured for the workspace. Each environment has its own isolated set of recipients, notifications, integrations, and API keys.