Fetch Invitees
Event Endpoints
Fetch Invitees
List an event’s invited users (host-only)
GET
Fetch Invitees
Returns a paginated list of EventInvite records, each with the invited
See also: useFetchInvitees
user populated. Host-only — a non-host receives 403, and a non-existent event receives 404 (service/master keys bypass the host check). Results are ordered by invitedAt descending.
Path Parameters
UUID of the event.
Query Parameters
Page number (1-indexed). Defaults to
1.Results per page. Capped at
100. Defaults to 10.Response
Returns a paginated response:{ data: EventInvite[], pagination: {...} }.
Error Responses
Not Found — 404
Not Found — 404
Forbidden (not a host) — 403
Forbidden (not a host) — 403

