Workspaces
List workspace access changes
Returns the newest role, member-state, invitation, and removal events. Requires an active workspace administrator.
GET
/workspaces/{id}/access-auditAuthorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Workspace ID
Query Parameters
limit?integer
Maximum events to return
Format
int64Range
1 <= value <= 200Default
50Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/workspaces/string/access-audit"[ { "action": "string", "actor_user_id": "string", "created_at": "string", "id": "string", "invitation_id": "string", "previous_role": "string", "previous_status": "string", "role": "string", "status": "string", "subject_email": "string", "subject_user_id": "string", "workspace_id": "string" }]Permanently delete a Workspace and its content DELETE
Permanently deletes the Workspace and its content only after Organization Owner authorization, exact canonical-name confirmation, recent authentication, and lifecycle-blocker checks. Billing and required audit records remain.
Preview permanent Workspace deletion GET
Explains permanent data loss, retained records, recovery, and current lifecycle blockers. Only the Organization Owner can inspect this preview.