GET
/
knowledgebase
/
all
curl --request GET \
  --url https://api.bolna.ai/knowledgebase/all \
  --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.

Response

200
application/json

list knowledgebases response

The response is of type Items · object[].