Get Knowledge Base by ID
Retrieves a specific knowledge base by its ID. Rate limit: 60 requests per hour per workspace.
GET
Get Knowledge Base by ID
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 Knowledge Base by ID
Retrieve detailed information about a specific knowledge base, including all files, URLs, and FAQs along with their processing status.Response Structure
The response includes comprehensive details about your knowledge base:Basic Information
kb_id: Unique identifierkb_name: Name of the knowledge basestatus: Overall processing status (pending,processing,completed,failed)created_at: Creation timestampupdated_at: Last modification timestamp
Content Arrays
Files
Each file object includes:file_id: Unique identifier for removal operationsfile_type: Document type (pdf, txt, docx, etc.)file_size: Size in bytesfilename: Original filenamefile_path: Storage path
URLs
Each URL object includes:file_id: Unique identifier for removal operationsfile_type: Content typefile_size: Extracted content sizeurl: Original URLfile_path: Storage path for indexed content
FAQs
Each FAQ object includes:file_id: Unique identifier for removal operationsfile_type: Always “faq”file_size: Content sizecontent: Question and answer object
Use Cases
- Check Processing Status: Monitor when content is ready for use
- Get Content IDs: Retrieve file and FAQ IDs for removal operations
- Audit Content: Review what’s currently in your knowledge base
- Debug Issues: Identify failed or pending items
Processing Time: Large files or many URLs may take several minutes to process. Check the
status field to confirm completion.Headers
(Required) Your Ringg AI API key.
Example:
"7251cb4b-3373-43a4-844c-b27a1d45e0c9"
Path Parameters
(Required) ID of the knowledge base
Example:
"550e8400-e29b-41d4-a716-446655440000"
Response
Knowledge base details retrieved successfully.
Example:
"550e8400-e29b-41d4-a716-446655440000"
Example:
"Product Documentation"
Processing status of the knowledge base
Example:
"completed"
Example:
"2024-12-16T13:03:29.947147+00:00"
Example:
"2024-12-16T14:15:32.123456+00:00"
Get Knowledge Base by ID
