cURL
curl --request GET \ --url https://api.callhq.ai/api/chats/session/{sessionId} \ --header 'x-api-key: <api-key>'
{ "message": "<string>", "session": { "id": "<string>", "name": "<string>", "status": "<string>", "assistantId": "<string>", "messages": [ { "role": "user", "content": "<string>" } ], "updatedAt": "2023-11-07T05:31:56Z" } }
Documentation IndexFetch the complete documentation index at: https://docs.callhq.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.callhq.ai/llms.txt
Use this file to discover all available pages before exploring further.
ID of the session to retrieve
Session conversation retrieved successfully
Response message
Show child attributes