Get historical orders
Returns historical broker orders for the authenticated principal’s organization, optionally filtered by trading account, symbol, intent, external order id, and time range. Callers must be scoped to an organization and have intent read access: service-account callers need intent:read; API-key callers need organization intent read permission; user callers need an organization admin, member, or read-only role. When account_id is supplied, the trading account must belong to the caller’s organization.
Documentation Index
Fetch the complete documentation index at: https://docs.anthid.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Filter orders by trading account id
Filter orders by symbol. Symbols are normalized to uppercase
Filter orders by external broker order id
Filter orders by originating intent id
Range start, inclusive. Defaults to 30 days before end when only end is supplied, otherwise defaults to 30 days before now
Range end, exclusive. Defaults to the current time. Supplied ranges are rounded to minute boundaries and may not exceed 30 days
Maximum number of results to return. Defaults to 100 and is capped at 1000
x >= 0Opaque keyset pagination cursor from a previous response