get_document
Retrieve a document from an Elasticsearch index using its ID. Provide the index name and document ID to fetch the document.
Instructions
Get a document by ID.
Args: index: Name of the index id: Document ID cluster: Optional cluster name. Uses the default cluster if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| id | Yes | ||
| cluster | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||