Skip to main content

Retrieve document from Elasticsearch

Retrieve document from Elasticsearch.

Application

  • Elasticsearch

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
Index IDID of the index containing the document to retrieveText (Short)Yes
Document IDID of the document to retrieveText (Short)Yes
Simplify?Whether to return a simplified version of the response instead of the raw dataTrue/FalseNo
Source excludesComma-separated list of source fields to exclude from the responseText (Long)No
Source includesComma-separated list of source fields to include in the responseText (Long)No
Stored fields?Whether to retrieve the document fields stored in the index rather than the document _source. Defaults to falseTrue/FalseNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A