list_orders
Retrieve orders placed in a Schwab account within a specified time window, with optional status and result caps. Read-only review of order history.
Instructions
List orders entered for one Schwab account within a time window.
Read-only; does not place, modify, or cancel anything.
Args: account_number: The plain Schwab account number as shown to the user (not the internal account hash). from_entered_time: Start of the entered-time window (ISO-8601 datetime string). to_entered_time: End of the entered-time window (ISO-8601 datetime string). max_results: Optional cap on the number of orders returned. status: Optional order status filter (e.g. "FILLED", "CANCELED", "WORKING").
Returns: A list of order objects, most recent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| max_results | No | ||
| account_number | Yes | ||
| to_entered_time | Yes | ||
| from_entered_time | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |