Guests
Get a guest
Retrieve a single Luma event guest by ID with luma.events.guests.get(eventId, guestId), returning RSVP status, registration info, and check-in data.
SDK
luma.events.guests.get(eventId: string, guestId: string): Promise<Guest>
Returns a single guest by ID.
Parameters
Event
api_id from events.list().Guest
api_id from events.guests.list().Test it
Use an event and guest ID from your calendar — runevents.list() and events.guests.list() to find them: