es_get_doc
Retrieve a specific document from an Elasticsearch index by providing its ID. Supports optional connection configuration for multiple Elasticsearch instances.
Instructions
Get a document by id from an index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| index | Yes | Index name. | |
| connectionId | No | Id of the elasticsearch connection to use, from databases.config.yml. Optional when only one elasticsearch connection is configured. |