# Get transform stats **GET /_transform/{transform_id}/_stats** Get usage information for transforms. ## Required authorization * Index privileges: `read`,`view_index_metadata` * Cluster privileges: `monitor_transform` ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **transform_id** (string | array[string]) Identifier for the transform. It can be a transform identifier or a wildcard expression. You can get information for all transforms by using `_all`, by specifying `*` as the ``, or by omitting the ``. ### Query parameters - **allow_no_match** (boolean) Specifies what to do when the request: 1. Contains wildcard expressions and there are no transforms that match. 2. Contains the _all string or no identifiers and there are no matches. 3. Contains wildcard expressions and there are only partial matches. If this parameter is false, the request returns a 404 status code when there are no matches or only partial matches. - **from** (number) Skips the specified number of transforms. - **size** (number) Specifies the maximum number of transforms to obtain. - **timeout** (string) Controls the time to wait for the stats ## Responses ### 200 #### Body: application/json (object) - **count** (number) - **transforms** (array[object]) [Powered by Bump.sh](https://bump.sh)