get_document
Fetch a document by ID from an Elasticsearch index. Specify the index and ID, with an optional cluster to query a specific Elasticsearch cluster.
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 |
|---|---|---|---|
| id | Yes | ||
| index | Yes | ||
| cluster | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||