Skip to main content
GET
Retrieve a chat by ID including the full conversation history and metadata.

Headers

string
required
Bearer token with your Deeptrace API key. Format: Bearer <your_api_key>.

Parameters

string
required
UUID of the chat, returned by Send Chat Message.

Returns

Returns the full chat object with conversation history, data sources, investigation results, and citation map.
string
UUID of the chat.
string
ISO 8601 timestamp of when the chat was created.
object[]
Array of message objects with role and content fields. Content is an array of content blocks (e.g. {"type": "text", "text": "..."}).
array
Data sources referenced during the chat.
array
Investigation results generated during the chat.
object
Map of citation references to their source data.