eb_event_orders
Retrieve orders for a specific event using organizer access. Filter by status or changed-since time, and paginate through the results.
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 |