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:
"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"