Fetch event guests
Public API
Fetch event guests
Retrieve RSVP guests for a published public event
GET
Fetch event guests
Endpoint
Authentication
Path parameters
string
required
Unique event identifier.
Query parameters
integer
default:"10"
Results per page (1-100).
integer
default:"0"
Pagination offset.
string
default:"yes"
RSVP filter:
yes, maybe, no, or all.Request example
Response
Privacy rules
Only public events are eligible
Only public events are eligible
Guest lists are returned only for events with
visibility: public and status: published.Sensitive fields are stripped
Sensitive fields are stripped
Emails, phone numbers, and private contact details are never returned.
Anonymous guests are filtered
Anonymous guests are filtered
Only guests linked to user profiles are included.
Error codes
Next steps
Get /events/{eventId}
Fetch the parent event object and metadata.
Get /users/{username}/events
Use organizer-level event listings with pagination.