| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | --:api: get-data-frame-transform:request: GetDataFrameTransformRequest:response: GetDataFrameTransformResponse--[id="{upid}-{api}"]=== Get {dataframe-transform} APIRetrieves configuration information about one or more {dataframe-transforms}.The API accepts a +{request}+ object and returns a +{response}+.[id="{upid}-{api}-request"]==== Get {dataframe-transform} requestA +{request}+ requires either a {dataframe-transform} ID, a comma separated listof ids or the special wildcard `_all` to get all {dataframe-transforms}.["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-request]--------------------------------------------------<1> Constructing a new GET request referencing an existing {dataframe-transform}==== Optional argumentsThe following arguments are optional.["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-request-options]--------------------------------------------------<1> The page parameters `from` and `size`. `from` specifies the number of{dataframe-transforms} to skip. `size` specifies the maximum number of{dataframe-transforms} to get. Defaults to `0` and `100` respectively.<2> Whether to ignore if a wildcard expression matches no transforms.include::../execution.asciidoc[][id="{upid}-{api}-response"]==== ResponseThe returned +{response}+ contains the requested {dataframe-transforms}.["source","java",subs="attributes,callouts,macros"]--------------------------------------------------include-tagged::{doc-tests-file}[{api}-response]--------------------------------------------------
 |