get-document
Retrieve a specific document from a Meilisearch index using its unique ID and index UID, with optional field selection for targeted data extraction.
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 |