v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-11-01441490.1 KB
Chatbot

Get Chatbot messages

note: there is a limit of 10000 messages

get/chatbot/get_messages

Query parameters

chatbot_idstring

Response

Example response

{
  "chat_messages": [
    {
      "actor": "USER",
      "created_at": "2024-05-20T06:46:09.010233+00:00",
      "id": 461,
      "message": "hi",
      "thread_id": "7c621be0-96d8-4ecc-9149-74d0ff94f106"
    }
  ]
}