Threads
Thread-centric AI assistant for conversational trading. Create threads to start conversations, poll response objects for in-progress output, and read finalized messages from thread history. Thread/message/response endpoints require an explicit account_id. Entitlement endpoints are caller-scoped and use trading_account_ids.
Get Threads
Get Thread By ID
Create Thread
Get Thread Response
Get Messages
Create Message
ModelsExpand Collapse
Message object { id, content, created_at, 5 more }
Final immutable message.
Finalized immutable message content container. Never includes thinking parts.
ContentPartTextPayload { text }
ContentPartStructuredActionPayload { action, action_id }
ContentPartChartPayload { payload }
ContentPartSuggestedActionsPayload { payload }
ContentPartCustomPayload { payload }
MessageContent object { parts }
Finalized immutable message content container. Never includes thinking parts.
ContentPartTextPayload { text }
ContentPartStructuredActionPayload { action, action_id }
ContentPartChartPayload { payload }
ContentPartSuggestedActionsPayload { payload }
ContentPartCustomPayload { payload }
MessageContentPart = ContentPartTextPayload { text } or ContentPartStructuredActionPayload { action, action_id } or ContentPartChartPayload { payload } or 2 more
Final immutable content part visible on persisted messages.
ContentPartTextPayload { text }
ContentPartStructuredActionPayload { action, action_id }
ContentPartChartPayload { payload }
ContentPartSuggestedActionsPayload { payload }
ContentPartCustomPayload { payload }
Finalized immutable message content container. Never includes thinking parts.
ContentPartTextPayload { text }
ContentPartStructuredActionPayload { action, action_id }
ContentPartChartPayload { payload }
ContentPartSuggestedActionsPayload { payload }
ContentPartCustomPayload { payload }
Dynamic pollable response.
Dynamic response content container. May include thinking parts.
ContentPartTextPayload { text }
ContentPartThinkingPayload { thoughts }
ContentPartStructuredActionPayload { action, action_id }
ContentPartChartPayload { payload }
ContentPartSuggestedActionsPayload { payload }
ContentPartCustomPayload { payload }
Finalized immutable message content container. Never includes thinking parts.