GET
/
knowledgebase
/
{rag_id}
curl --request GET \
  --url https://api.bolna.ai/knowledgebase/{rag_id} \
  --header 'Authorization: Bearer <token>'
{
  "rag_id": "f265b06a-7fa7-4fbf-8923-55d5ae9c4ba2",
  "file_name": "sample-rag.pdf",
  "humanized_created_at": "5 minutes ago",
  "created_at": "2024-01-23T05:14:37Z",
  "updated_at": "2024-02-29T04:22:89Z",
  "vector_id": "77a3473c-c78f-4695-ba56-95b1f4f9e80b",
  "status": "processed",
  "chunk_size": 512,
  "similarity_top_k": 15,
  "overlapping": 128
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

rag_id
string
required

The ID of the knowledgebase

Response

200
application/json

list knowledgebase response

The response is of type object.