get-documents
Retrieve documents from a Meilisearch index by specifying index UID, optional fields, filters, and pagination parameters for precise document extraction.
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) |