eb_event_attendees
Retrieve attendee lists for a specific event, filter by attendance status, and use changed_since to fetch only updated records.
Instructions
List a single event's attendees (organizer-side; requires access to that event). Use changed_since to poll incrementally instead of re-reading the whole list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Eventbrite's payload untouched. No field projection on this tool: this server has no verified record of which Eventbrite fields matter here, and inventing one would risk dropping a field a caller needs. | |
| status | No | ||
| event_id | Yes | Numeric event id | |
| continuation | No | Pagination continuation token from a previous response | |
| changed_since | No | ISO 8601 UTC timestamp — only attendees changed since then |