Pull Event Attendees
Fetch attendee list from Luma events with names, emails, and approval status
Activation: Fetch Luma event attendees and guest list

When a user asks to fetch Luma event attendees, pull the guest list,
get RSVPs, or see who's attending a Luma event, run
📦 Fetch Luma Event Attendees.

Accepts either event ID (evt-xxx) or full Luma event URL.
Returns attendee names, emails, approval status, and summary statistics.

Tasks

These are tasks you can execute, if you are asked to execute any of these, follow the instructions to fetch your task list.

📦 Fetch Luma Event Attendees Retrieve attendee list from a Luma event

Knowledge

This is knowledge you have access to. If you think this will help you to succeed in your tasks, read these first:

📖 Luma API Reference API reference for Luma event management including cookie-based authentication and web scraping approaches

Code

These are scripts that you can run directly. Read these files to access the code (note: you should prefer tasks if you have them)

👾 Luma Event Attendees Fetcher Fetches attendee list from a Luma event using cookie-based authentication. Retrieves guest names, emails, approval status, and registration data from api2.luma.com endpoint.

Pull Event Attendees

Fetch the complete attendee list from any Luma event you have access to.
Just provide the event ID or URL and get a detailed list of guests with
their names, emails, approval status, and registration data.

Usage

Provide either:

  • Event ID: evt-u4aRgr0hLaNqiQV
  • Full URL: https://lu.ma/event/evt-u4aRgr0hLaNqiQV

Output

  • Total attendee count
  • Individual guest details (name, email, status)
  • Status summary (approved, pending, etc.)

Requirements

Uses cookie-based authentication with api2.luma.com. Works for events
you're registered for or have admin access to. Cookie is pre-configured.