Returns the conversations your visitors has had with your chatbot
Documentation Index
Fetch the complete documentation index at: https://sitespeak.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
| Name | Type | Description |
|---|---|---|
| chatbot_id* | String | The ID of your chatbot. You can find the ID on the settings page for your chatbot. |
| Name | Type | Description |
|---|---|---|
| Authorization* | String | Bearer |
| 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”. |