eb_event_attendees
Fetch attendees for a specific event, with optional status filters and incremental polling via changed_since to get only attendees that changed after a given time.
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 |
|---|---|---|---|
| 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 |