list_knowledge_stores
Retrieve a paginated list of Knowledge AI stores, filtered by name or project, to manage the RAG content used by AI Agents for answering questions.
Instructions
Lists Cognigy.AI Knowledge AI stores. Knowledge stores are containers for RAG (Retrieval-Augmented Generation) content used by AI Agents to answer questions from your data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip for pagination | |
| limit | No | Maximum number of stores to return (default: 25, max: 100) | |
| filter | No | Filter knowledge stores by name | |
| projectId | No | Filter knowledge stores by project ID |