Fetch Event
Event Endpoints
Fetch Event
Fetch a single event by ID, with visibility enforced
GET
Fetch Event
Returns a single event by UUID. The server-side visibility predicate is applied: if the event does not exist or the caller cannot see it, the response is
See also: useFetchEvent · EventProvider & useEvent
404 (existence is never leaked).
The response always includes inline rsvpCounts. Authentication is optional; pass the userRsvp include with an authenticated caller to populate userRsvp.
Path Parameters
UUID of the event.
Query Parameters
Comma-separated associations to expand:
"user", "space", "files", "userRsvp".The requester id, used for visibility resolution and
userRsvp enrichment. Inferred from the token for normal callers; service/master keys may pass it explicitly.Response
Returns the Event object.Error Responses
Not Found / No Access — 404
Not Found / No Access — 404

