[ { "action_called": false, "client_extra_params": {}, "from": "copilot", "knowldgebase_called": false, "message": "Hello! How can I assist you today?" }, { "action_called": false, "client_extra_params": {}, "from": "user", "knowldgebase_called": false, "message": "hey" }]
This endpoint retrieves all messages for a specific conversation. You can use the conversation_id parameter to specify the conversation for which you want to retrieve messages. To get the conversation_id, use the get conversations endpoint.The endpoint is paginated, and you can specify the offset and limit parameters to control the amount of data returned.
This endpoint is protected by the same JWT that the user uses to call other APIs. The response
will include data for the specified chatbot, along with other metadata information.
This endpoint points to the (v2) version of the API. The (v2) version of the API is the latest
version and is recommended for all new development. Please update your code to use the (v2)
version of the API.