eb_organizer_events
List public events for any organizer using their numeric ID. Filter by event status, order by start time or creation date, and paginate through large result sets.
Instructions
List an organizer's events — the public way to see everything one organizer is running.
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) | |
| order_by | No | ||
| continuation | No | Pagination continuation token from a previous response | |
| organizer_id | Yes | Numeric organizer id |