Knowledgebases
List All Knowledgebases API
Retrieve all knowledgebases associated with your account, including their status and creation dates.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
list knowledgebases response
The ID of the knowledgebase
Example:
"f265b06a-7fa7-4fbf-8923-55d5ae9c4ba2"
File name of the document
Example:
"sample-rag.pdf"
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"
Unique vector ID of the knowledgebase
Example:
"77a3473c-c78f-4695-ba56-95b1f4f9e80b"
Current status of the knowledgebase
Available options:
processing
, processed
Example:
"processed"
Chunk size for embedding model
Example:
512
Number of top similar nodes to return.
Example:
15
Number of characters which overalap in between neighboring nodes.
Example:
128