Conversation History
Get Conversation History
Returns the conversations your visitors has had with your chatbot
GET
Path Parameters
| Name | Type | Description |
|---|---|---|
| chatbot_id* | String | The ID of your chatbot. You can find the ID on the settings page for your chatbot. |
Headers
| Name | Type | Description |
|---|---|---|
| Authorization* | String | Bearer |
Query Parameters
| Name | Type | Description |
|---|---|---|
| conversation_id | String | Return only conversations with this conversation_id (visitor). |
| include_deleted | Boolean | Include conversations that have been cleared in the response. Default: False. |
| include_sources | Boolean | Include sources that were used by your bot for each conversation when available. Default: False. |
| limit | Integer | Limit the number of conversations returned. Default: 10. |
| order | String | Sort order for the conversation history returned. Can be either “asc” or “desc”. Default: “asc”. |
Response
- 200 Success
- 401 Permission denied
Last modified on January 28, 2026