eb_org_events
List an organization's Eventbrite events with optional status filters, ordering, and pagination to get the event data you need.
Instructions
List an organization's events (as organizer), optionally filtered by status.
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. | |
| org_id | Yes | Organization id (from eb_my_organizations) | |
| status | No | Event status filter (default all) | |
| order_by | No | ||
| continuation | No | Pagination continuation token from a previous response |