API referenceAdmin
List recent admin audit events
Returns the platform audit trail — who changed what on the admin surface, including the critical events written by bootstrap and admin invites. Platform admins only.
Authorization
apiKey AuthorizationBearer <token>
Workspace API key created in Workspace settings → API keys. Scopes on the key bound what it can read and write.
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/admin/audit-events"{ "data": [ { "id": "string", "actor": "string", "action": "string", "resource": "string", "summary": "string", "createdAt": "string", "severity": "info" } ]}{ "_tag": "ApiNotFound", "error": "not_found", "message": "That item does not exist, or this key cannot see it.", "status": 404}{ "_tag": "ApiNotFound", "error": "not_found", "message": "That item does not exist, or this key cannot see it.", "status": 404}Create an audience segment
Registers a named segment with its membership rules so flags and experiments can target it. Platform admins only; an invalid rule set is rejected as a validation error.
List recent platform background runs
Returns the recent background and worker runs shown on the admin console, with their status and timing. Platform admins only.