get_document
Fetch a specific document from an OpenSearch index using its document ID for direct record access.
Instructions
Retrieve a specific document by its ID.
Args: index: Name of the index containing the document. doc_id: The document ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| doc_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |