List Open Orders

View as MarkdownOpen in Claude
Returns open orders and filled or cancelled orders submitted during the current brokerage session.

Query parameters

filtersenumOptional

Filter results using a comma-separated list of Order Status values. Also accepts a value to sort results by time.

forcebooleanOptional
Instructs IB to clear cache of orders and obtain updated view from brokerage backend. Response will be an empty array.

Response

Orders for a specific account
orderslist of objects

Array of orders that are currently working, or were filled/cancelled in the current brokerage session.

snapshotboolean
Whether the response is a snapshot.

Errors

401
Unauthorized Error
500
Internal Server Error
503
Service Unavailable Error