Openapi
List audit events
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.
Authorization<token>
In: header
Response Body
curl -X GET "https://loading/v1/manage/workspaces/{workspaceId}/audit-events"Empty
Update compliance request PATCH
Advances the status of a data subject request or updates its fields. Use this to transition requests through the processing lifecycle (pending → in_progress → completed/rejected). At least one field must be provided.
Get audit event GET
Retrieves a single audit event with its full metadata including actor details, action, target resource, outcome, and timestamp.