eb_order
Fetch a specific Eventbrite order by its numeric ID to access the buyer-side record behind a ticket. Use order IDs from order list results to retrieve full order details.
Instructions
Get a single order by id (the buyer-side record behind a ticket). Order ids appear in eb_my_orders / eb_event_orders results.
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. | |
| expand | No | Comma-separated expansions, e.g. 'attendees,event' | |
| order_id | Yes | Numeric order id |