Get all knowledge bases
Storage
Get All Knowledge Bases
This endpoint used to get all the knowledge bases registered in the Pawa AI Platform with pagination, search, and filtering support.
GET
Get all knowledge bases
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter by KB ID
Example:
1
Search term for KB name
Example:
"my knowledge base"
Page number (starts from 1)
Example:
1
Number of items per page
Example:
10
Field to sort by
Example:
"createdAt"
Sort order
Available options:
asc, desc