Skip to main content
GET
Fetch Invitees
Returns a paginated list of EventInvite records, each with the invited 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

string
required
UUID of the event.

Query Parameters

number
Page number (1-indexed). Defaults to 1.
number
Results per page. Capped at 100. Defaults to 10.

Response

Returns a paginated response: { data: EventInvite[], pagination: {...} }.

Error Responses

See also: useFetchInvitees