List orders
list_ordersRetrieve orders for an account with filters for status, symbol, date range, and live-only working orders.
Instructions
List orders for an account. Use live_only for today's working orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_number | Yes | The account number | |
| live_only | No | Only return live (working) orders from the current session | |
| status | No | Filter by order status | |
| underlying_symbol | No | Filter by underlying symbol | |
| start_date | No | Earliest order date, YYYY-MM-DD | |
| end_date | No | Latest order date, YYYY-MM-DD | |
| per_page | No | Results per page (default 50) |