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

ParameterTypeRequiredDescription
orderIdstringYesTrading Goose order ID (orderHistoryTable.id) created when the order was submitted.
providerstringNoExpected provider for this order. Used for credential selection and mismatch validation.
environmentstringNoOptional environment override (paper or live) for provider order-detail fetch.
credentialstringNoOAuth credential id for the selected broker (populated from selected account).
tradierCredentialstringNoTradier OAuth credential id.
robinhoodCredentialstringNoRobinhood OAuth credential id.
alpacaCredentialstringNoAlpaca OAuth credential id.
apiKeystringNoAlpaca API key ID (optional if using OAuth).
apiSecretstringNoAlpaca API secret key (optional if using OAuth).
accountIdstringNoTradier account ID override if not present in stored order metadata.
accountUrlstringNoRobinhood account URL override if needed.

Output

ParameterTypeDescription
summarystringStatus message for order detail retrieval.
providerstringBroker/provider of the order.
appOrderIdstringTrading Goose order ID (orderHistoryTable.id).
providerOrderIdstringProvider-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