cURL
curl --request GET \ --url https://api.getstrada.com/api/chats/{chatId} \ --header 'Authorization: Bearer <token>'
{ "chat": { "chatId": "<string>", "agentId": "<string>", "customerUniqueId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "handedOffAt": "2023-11-07T05:31:56Z", "terminatedAt": "2023-11-07T05:31:56Z", "abandonedAt": "2023-11-07T05:31:56Z", "summary": "<string>", "analysis": {}, "transcript": { "messages": [ { "role": "bot", "content": "<string>", "toolCallId": "<string>", "toolCalls": [ {} ] } ] }, "chatVariables": {}, "status": "active" } }
Retrieve details for a specific chat by ID
API Key authentication
ID of the chat to retrieve
Successfully retrieved chat
Show child attributes
Was this page helpful?