eb_event_orders
List orders for a specific Eventbrite event by providing the event ID. Optionally filter by order status or retrieve only orders changed since a timestamp for incremental updates.
Instructions
List a single event's orders (organizer-side; requires access to that event).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| event_id | Yes | Numeric event id | |
| continuation | No | Pagination continuation token from a previous response | |
| changed_since | No | ISO 8601 UTC timestamp — only orders changed since then |