cURL
curl --request GET \ --url http://localhost:8080/api/v1/chat-history-records \ --header 'Authorization: <api-key>'
{ "data": [ { "attributes": { "chat_id": 123, "name": "<string>", "session_id": "<string>", "user_id": 123 }, "id": "<string>", "type": "<string>" } ] }
List chat history records for a given user
User ID
Page number
Page size
OK
Chat History Record list response model
Show child attributes
Was this page helpful?