Get document by id
get_documentRetrieve a single document from an Elasticsearch index using its unique ID. Specify the index name and document ID to get the document's data.
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 |