- README
- Authentication
- Guides
- API Keys
- Chats
- Documents
- Knowledge Bots
Get Knowledge Bot by ID
GET
/api/knowledge-bots/{id}
kb
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://app.crbnai.com/api/knowledge-bots/'
Responses
🟢200OK
application/json
Body
id
string <uuid>
optional
title
string
required
created_at
string
optional
description
string
optional
embeddable
boolean
optional
llm_config
object (LanguageModelConfig)
optional
model
string
required
vendor
string
required
owner_id
string <uuid>
optional
documents
array[object (Document) {4}]
optional
id
string <uuid>
optional
name
string
required
status
string
optional
created_at
string <date-time>
optional
user_metadata
string | integer | boolean | array | object | number | null
optional
Example
{
"title": "eum",
"language_model": "quod",
"owner_id": "uuid",
"documents": [
{
"name": "modi",
"id": "a5f3a5df-5c4e-4f64-ae6c-fab3142e74cf",
"created_at": "2077-08-04T04:48:45.453Z",
"status": "beatae"
},
{
"name": "labore",
"id": "cbaca47a-dac4-4678-a294-7ea52a30ba93",
"created_at": "2095-06-21T18:31:35.965Z",
"status": "debitis"
},
{
"name": "vero",
"status": "minima",
"created_at": "2020-07-18T16:11:44.61Z",
"id": "777a2893-46ac-4680-b3da-b53bc95ee353"
},
{
"name": "similique",
"status": "rem",
"id": "b138c936-ff6a-44ec-9d88-eccfada0627f",
"created_at": "2054-02-28T19:58:12.24Z"
}
],
"description": "Id libero ducimus aspernatur delectus consectetur reprehenderit dolore. Eius cumque odio nostrum delectus pariatur consequuntur. Repellat ipsa enim vel minima quod error nesciunt. Hic error fuga mollitia excepturi. Ipsam totam voluptates eius vel deleniti labore laborum.",
"id": "0b5a4682-4b61-4a67-a285-1690bafe1cdc",
"created_at": "2034-04-17T00:43:35.426Z"
}
Modified at 2023-12-12 06:38:02