list_knowledge_base_documents
Retrieve and filter documents from your organization's security knowledge base by collection, file type, or processing status.
Instructions
List documents in your organization's knowledge base with optional filtering by collections, file type, or status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of documents to return. Default: 100 | |
| offset | No | Number of documents to skip for pagination. Default: 0 | |
| filters | No | Filter documents by collections, file_type (pdf, markdown, plaintext, csv), or status (ready, processing, error) (e.g., 'collections:vuln;security,file_type:pdf,status:ready'). Multiple filters can be combined with commas. |