Skip to main content
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 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

string
required
UUID of the event.

Query Parameters

string
Comma-separated associations to expand: "user", "space", "files", "userRsvp".
string
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

See also: useFetchEvent · EventProvider & useEvent