Get all Knowledge Bot chats
GET
/api/knowledge-bots/{knowledgeBotId}/chats
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.crbnai.com/api/knowledge-bots//chats?externalId'
Response Response 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
}
]
Request
Path Params
knowledgeBotId
string
required
Query Params
externalId
string
optional
Responses
Modified at 2024-01-04 17:04:18