Conversation History
Get the conversation history for your chatbot
GET
https://api.sitespeak.ai/v1/{chatbot_id}/conversations
Returns the conversations your visitors has had with your chatbot.
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 {api_token} |
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". |
Last updated