[[reference-transform-get_transform_stats]] //////// =========================================================================================================================== || || || || || || || ██████╗ ███████╗ █████╗ ██████╗ ███╗ ███╗███████╗ || || ██╔══██╗██╔════╝██╔══██╗██╔══██╗████╗ ████║██╔════╝ || || ██████╔╝█████╗ ███████║██║ ██║██╔████╔██║█████╗ || || ██╔══██╗██╔══╝ ██╔══██║██║ ██║██║╚██╔╝██║██╔══╝ || || ██║ ██║███████╗██║ ██║██████╔╝██║ ╚═╝ ██║███████╗ || || ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚═╝ ╚═╝╚══════╝ || || || || || || This file is autogenerated, DO NOT send pull requests that changes this file directly. || || You should update the script that does the generation, which can be found in: || || https://github.com/elastic/elastic-client-generator-js || || || || You can run the script with the following command: || || npm run elasticsearch -- --version || || || || || || || =========================================================================================================================== //////// [discrete] === client.transform.getTransformStats Get transform stats. Retrieves usage information for transforms. {ref}/get-transform-stats.html[{es} documentation] [discrete] ==== Function signature [source,ts] ---- (TransformGetTransformStatsRequest, options?): Promise ---- [discrete] ===== `TransformGetTransformStatsRequest` [source,ts] ---- interface TransformGetTransformStatsRequest extends <> { transform_id: <> allow_no_match?: boolean from?: <> size?: <> timeout?: <> } ---- [discrete] ===== `TransformGetTransformStatsResponse` [source,ts] ---- interface TransformGetTransformStatsResponse { count: <> transforms: TransformGetTransformStatsTransformStats[] } ----