cURL
curl --request GET \ --url https://api.qtzl.ai/chat/messages/get \ --header 'api-key: <api-key>'
{ "result": "ok", "messages": [ { "participant": "<string>", "content": "<string>", "timestamp": "2023-11-07T05:31:56Z", "translations": { "es-ES": "Absolutamente" } } ] }
Returns a log of existing messages for a specific chat
true
false
Show child attributes