get-document
Retrieve specific documents by their ID from a Meilisearch index, enabling targeted access to data and customizable field selection for efficient querying.
Instructions
Get a document by its ID from a Meilisearch index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
documentId | Yes | ID of the document to retrieve | |
fields | No | Fields to return in the document | |
indexUid | Yes | Unique identifier of the index |