Knowledgebases
Get knowledgebase
Retrieve a knowledgebase
GET
/
knowledgebase
/
{rag_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
rag_id
string
requiredThe ID of the knowledgebase
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?