get-documents
Retrieve specific documents from a Meilisearch index by specifying the index UID, filters, fields, and pagination settings for precise data extraction.
Instructions
Get documents from a Meilisearch index
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to return in the documents | |
| filter | No | Filter query to apply | |
| indexUid | Yes | Unique identifier of the index | |
| limit | No | Maximum number of documents to return (default: 20) | |
| offset | No | Number of documents to skip (default: 0) |