Get Knowledgebase API
Retrieve details of a specific knowledgebase, including its ID, file name, creation time, and status, using Bolna APIs.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the knowledgebase
Response
The ID of the knowledgebase
"f265b06a-7fa7-4fbf-8923-55d5ae9c4ba2"
File name of the document
"sample-rag.pdf"
Human-readable relative time since knowledgebase creation
"5 minutes ago"
Created timestamp of knowledgebase
"2024-01-23T05:14:37Z"
Last updated timestamp of knowledgebase
"2024-02-29T04:22:89Z"
Unique vector ID of the knowledgebase
"77a3473c-c78f-4695-ba56-95b1f4f9e80b"
Current status of the knowledgebase
processing
, processed
"processed"
Chunk size for embedding model
512
Number of top similar nodes to return.
15
Number of characters which overalap in between neighboring nodes.
128