Get all Knowledge Bot chats
GET
/api/knowledge-bots/{knowledgeBotId}/chatsGet all chats that belong to a Knowledge Bot.
Request
Path Params
knowledgeBotId
string
required
Query Params
externalId
string
optional
Allows filtering by an externalId that was provided during the chat creation.
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
[
{
"created_at": "2023-11-28T23:28:51.032365+00:00",
"id": "kbc_01hgc474tmw33t3kfnp16mgmdp",
"knowledge_bot_id": "kb_01ha1ntvyq68jxezgnkwr63wm1",
"last_message_at": "2023-11-28T23:28:51.032365+00:00",
"owner_id": "user_01ha1nt7y4ee0gh7p19qfyqm6p",
"updated_at": "2023-11-28T23:28:51.032365+00:00",
"user_metadata": null,
"external_id": null
}
]
Last modified: a year ago