List Knowledge Bases
Knowledge Base
List Knowledge Bases
List all knowledge bases for an organization
GET
List Knowledge Bases
Authentication
Your Teli API key
Query Parameters
Organization unique_id to list KBs for
User unique_id (for filtering if not admin)
If true, returns all KBs for organization. If false, returns only user’s KBs. Default: false
Request Example
Response
Whether request was successful
Array of knowledge base objects
Number of knowledge bases returned
Platform identifier (“Teli”)
Knowledge Base Object Fields
Unique KB identifier (use this to link to agents)
KB name
Processing status:
in_progress, complete, or errorTotal number of sources (URLs + texts + files)
Types of sources:
["url", "text", "document"]Summary of sources with URLs list and text snippet info
Whether auto-refresh is enabled for URLs
Default chunks to retrieve (1-10)
Default similarity threshold (0-1)
Use Cases
View All KBs
View User’s KBs Only
Related Endpoints
- Create Knowledge Base - Create new KB
- Get Knowledge Base - Get single KB details
- Delete Knowledge Base - Remove KB

