list_documents
Retrieve indexed documents with metadata to manage and navigate document collections. Supports pagination with limit and offset parameters for efficient browsing.
Instructions
List all indexed documents with their metadata.
Args: limit: Maximum number of documents to return (default: 20). offset: Number of documents to skip (for pagination).
Returns: List of documents with metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No |