Knowledgebases
Get Knowledgebase API
Retrieve details of a specific knowledgebase, including its ID, file name, creation time, and status, using Bolna APIs.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the knowledgebase
Response
200
application/json
list knowledgebase response
The ID of the knowledgebase
Example:
"3c90c3cc0d444b5088888dd25736052a"
File name of the document
Human-readable relative time since knowledgebase creation
Example:
"5 minutes ago"
Created timestamp of knowledgebase
Example:
"2024-01-23T05:14:37Z"
Last updated timestamp of knowledgebase
Example:
"2024-02-29T04:22:89Z"
Current status of the knowledgebase
Available options:
processing
, processed
Example:
"processed"