Get All Knowledge Bases
Retrieves all knowledge bases for the current workspace. Rate limit: 60 requests per hour per workspace.
GET
Get All Knowledge Bases
Documentation Index
Fetch the complete documentation index at: https://docs.ringg.ai/llms.txt
Use this file to discover all available pages before exploring further.
Get All Knowledge Bases
Retrieve a list of all knowledge bases in your workspace with basic information about each one.Response Format
Returns an array of knowledge base objects, each containing:kb_id: Unique identifierkb_name: Name of the knowledge basetype: Knowledge base type (e.g., “non_deterministic”)created_at: Creation timestamp
Use Cases
Dashboard View
Display all knowledge bases in your application or dashboard:Dropdown Selection
Populate a dropdown for users to select a knowledge base when configuring agents.Audit and Management
- Review all knowledge bases in your workspace
- Identify unused or outdated knowledge bases
- Track knowledge base creation dates
Getting Detailed Information
This endpoint returns only basic information. For detailed content including files, URLs, and FAQs, use Get Knowledge Base by ID with a specifickb_id.
Pagination: Currently, this endpoint returns all knowledge bases. For workspaces with many knowledge bases, consider caching this data to reduce API calls.
Example Response
Headers
(Required) Your Ringg AI API key.
Example:
"7251cb4b-3373-43a4-844c-b27a1d45e0c9"
Get All Knowledge Bases
