Knowledge Bases
Retrieves a Knowledge Base.
GET
/
knowledge-bases
/
{knowledge_base_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
knowledge_base_id
string
requiredUnique identifier for a Knowledge Base
.
Maximum length:
28
Response
200 - application/json
knowledge_base_id
string
requiredThe unique identifier for the Knowledge Base
.
Maximum length:
28
name
string
requiredThe name for the Knowledge Base
.
Maximum length:
256
created_at
string
requiredThe date-time of when the Knowledge Base
was created, in ISO 8601 format.
updated_at
string
requiredThe date-time of when the Knowledge Base
was last modified, in ISO 8601 format.
instructions
string
requiredThe instructions for the Knowledge Base
.
Maximum length:
4096
project_id
string
requiredThe unique identifier for the Project
that the Knowledge Base
is assigned to.
Maximum length:
28