list_knowledge_sources
List documents and web pages ingested into a knowledge store for RAG retrieval, with pagination and filtering.
Instructions
Lists knowledge sources in a Cognigy.AI knowledge store. Sources are documents (PDFs, web pages, text files) that have been ingested and chunked for RAG retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip for pagination | |
| limit | No | Maximum number of sources to return (default: 25, max: 100) | |
| filter | No | Filter sources by name | |
| knowledgeStoreId | Yes | The knowledge store ID to list sources from |