v2
OpenAPI 3.0.02026-08-051996591.2 MBChats
Get a chat
Returns a chat summary that shows what started the chat, but not subsequent turns.
get/v2/chats/{chat_id}
Path parameters
chat_idstring required
The ID of the chat.
Headers
Request-Timeoutinteger
The platform makes a best effort to complete the request in the specified seconds, or it times out.
Request-Timeout-Millisinteger
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
A chat.
Example response
{
"id": "cht_123456789",
"first_query": "What are the arbitration terms in the Delaware employment contract?",
"first_answer": "Clause 9.2 mandates binding arbitration through AAA with venue in Delaware and a 30-day opt-out. California law governs the agreement.",
"enabled": true
}