Get document by id
get_documentRetrieve a specific document from an Elasticsearch index using its unique ID. Provide the index name and document ID to get the full document.
Instructions
Fetch a single document from an index by its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document id | |
| index | Yes | Index name |