eb_series_events
List all occurrences in a recurring event series using its series ID. Filter by status and paginate to get the full schedule.
Instructions
List the occurrences of a recurring event series. Search results and events carry a series_id when they belong to one.
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 status filter (default all) | |
| series_id | Yes | Numeric series id (from an event/search result) | |
| continuation | No | Pagination continuation token from a previous response |