get-documents
Retrieve documents from a Meilisearch index by specifying fields, filters, and pagination. Use this tool to access indexed data efficiently and manage search results programmatically.
Instructions
Get documents from a Meilisearch index
Input 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) |