Order Detail
Retrieve provider-side details for a previously submitted trading order.
Configuration
Order ID*
Search by order ID, symbol, ticker, quote, or date
Broker*
Select the broker used for this order
Environment
Optional environment override
Account ID
Optional Tradier account ID override
Account URL
Optional Robinhood account URL override
Tools
trading_order_detail
Retrieve all provider-available details for a previously recorded trading order by Trading Goose order ID.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
orderId | string | Yes | Trading Goose order ID (orderHistoryTable.id) created when the order was submitted. |
provider | string | No | Expected provider for this order. Used for credential selection and mismatch validation. |
environment | string | No | Optional environment override (paper or live) for provider order-detail fetch. |
credential | string | No | OAuth credential id for the selected broker (populated from selected account). |
tradierCredential | string | No | Tradier OAuth credential id. |
robinhoodCredential | string | No | Robinhood OAuth credential id. |
alpacaCredential | string | No | Alpaca OAuth credential id. |
apiKey | string | No | Alpaca API key ID (optional if using OAuth). |
apiSecret | string | No | Alpaca API secret key (optional if using OAuth). |
accountId | string | No | Tradier account ID override if not present in stored order metadata. |
accountUrl | string | No | Robinhood account URL override if needed. |
Output
| Parameter | Type | Description |
|---|---|---|
summary | string | Status message for order detail retrieval. |
provider | string | Broker/provider of the order. |
appOrderId | string | Trading Goose order ID (orderHistoryTable.id). |
providerOrderId | string | Provider-native order ID used for the API lookup. |
Usage Instructions
Looks up the Trading Goose order history record by order ID, resolves the provider order ID, and fetches the latest provider order detail.
Notes
- Category:
tools - Type:
trading_order_detail