New

The executive guide to generative AI

Read more
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

Get Transformed

edit

The get endpoint will retransform the source if the _source_transform parameter is set. Example:

curl -XGET "http://localhost:9200/test/example/3?pretty&_source_transform"

The transform is performed before any source filtering but it is mostly designed to make it easy to see what was passed to the index for debugging.

Was this helpful?
Feedback