Get event
Fetch one event detail object by id.
Endpoint
GET /api/v1/events/{id}
Requires authentication and access to at least one scope on the event.
Success
200 OK with a single event detail object containing id, kind, nullable actor_user_uuid / actor_user_username, public scopes, summary, and created_at. The rendered summary includes absolute web_url and api_url fields for the event target.