Skip to main content
GET
/
chat
/
messages
/
get
Get chat messages
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"
      }
    }
  ]
}
Retrieve a log of your existing chat, alongside their translations.

Authorizations

api-key
string
header
required

Query Parameters

chat_id
string
required
limit
integer
before
string<date-time>
after
string<date-time>
wait
enum<string>
default:false
Available options:
true,
false

Response

result
string
Example:
messages
object[]