List knowledge bases
GET /knowledge-bases
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Comma-separated list of knowledge base IDs to filter by
Comma-separated list of knowledge base IDs to filter by
Comma-separated list of team IDs to filter by
Comma-separated list of team IDs to filter by
Filter knowledge bases by name (partial match)
Filter knowledge bases by name (partial match)
Page number for pagination (1-indexed)
Page number for pagination (1-indexed)
Number of results per page (1-100, default: 20)
Number of results per page (1-100, default: 20)
Field to sort results by
Field to sort results by
Sort direction: ascending or descending
Sort direction: ascending or descending
Responses
Section titled “ Responses ”Knowledge bases retrieved successfully
object
Array of knowledge bases matching the query
object
Unique identifier for the knowledge base (nanoid format)
ID of the team that owns this knowledge base
Human-readable name for the knowledge base
Configuration settings
object
List of embedding models configured for this knowledge base
Primary embedding model used for queries when model is not specified
Token count per chunk
Token overlap between chunks
NLP library for concept extraction
Whether communities need to be rebuilt due to content changes
ISO 8601 timestamp when communities were last built
ISO 8601 timestamp when the knowledge base was created
ISO 8601 timestamp when the knowledge base was last modified
Total number of knowledge bases matching the query (before pagination)
Current page number
Number of results per page
Bad Request - Validation error or invalid input
object
Unauthorized - Authentication required or invalid token
object
Forbidden - Insufficient permissions