eb_my_orders
List the authenticated user's ticket orders with event details, filtering by upcoming or past events to find relevant purchases.
Instructions
List the authenticated user's ticket orders (attendee side), with the event expanded. time_filter narrows to upcoming or past events.
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. | |
| time_filter | No | Filter orders by event time (default all) | |
| continuation | No | Pagination continuation token from a previous response |