Knowledgebases
List all knowledgebases
List all knowledgebases for your account
GET
/
knowledgebase
/
all
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
rag_id
string
The ID of the knowledgebase
file_name
string
File name of the document
humanized_created_at
string
Human-readable relative time since knowledgebase creation
created_at
string
Created timestamp of knowledgebase
updated_at
string
Last updated timestamp of knowledgebase
status
enum<string>
Current status of the knowledgebase
Available options:
processing
, processed
Was this page helpful?