cURL
curl --request GET \ --url http://localhost:8080/api/v1/chat-history-records/{id} \ --header 'Authorization: <api-key>'
{ "attributes": { "chat_id": 123, "name": "<string>", "session_id": "<string>", "user_id": 123 }, "id": "<string>", "type": "<string>" }
Get a chat history record by its ID
Chat History Record ID
OK
Chat History Record response model
Show child attributes
Was this page helpful?