Knowledge Bases
List Knowledge Bases
Retrieves a paginated list of knowledge bases for the authenticated organization.
GET
Returns all knowledge bases in your organization with pagination support. Use this endpoint to browse your available knowledge bases and their current status.Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Your API key for authentication.
Query Parameters
Page number for pagination.
Number of items per page (maximum 100).
Response
Paginated list of knowledge bases.
Array of knowledge base objects.
Unique identifier for the knowledge base.
Name of the knowledge base.
Description of the knowledge base (if provided).
Current status:
"PROCESSING", "COMPLETED", "FAILED", or "DELETED".Type of knowledge base:
"FILE", "WEB_SCRAPE", or "TEXT".Source URLs for web scrape type (comma-separated).
Base URL for web scrape type.
ISO timestamp of creation.
ISO timestamp of last update.
Error message if status is
"FAILED".Total number of knowledge bases in the organization.
Will be
null on successful request.Docs for agents: llms.txt