Get a single event by ID
GET
/v1/admin/events/{event_id}
Returns the full event record including data payload. Useful for inspecting the exact payload that was (or would be) delivered to webhooks.
Authorizations
AdminKeyAuth
Administrative API key with full system access
Type
API Key (header: X-Admin-API-Key)
Parameters
Path Parameters
event_id*
Type
Requiredstring
Responses
Event details
application/json
JSON "event_id": "string", "event_type": "string", "category": "string", "timestamp": "string", "tenant_id": "string", "scope": "string", "actor": { "type": "string", "key_id": "string", "source_ip": "string" }, "source": "string", "data": { "additionalProperties": "string" }, "correlation_id": "string", "request_id": "string", "metadata": { "additionalProperties": "string" }
{
}