get_document
Retrieve a specific document from an Elasticsearch/OpenSearch index using its unique ID to access stored data.
Instructions
Get a document by ID.
Args:
index: Name of the index
id: Document ID
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| id | Yes |