# Get data frame analytics job stats **GET /_ml/data_frame/analytics/{id}/_stats** **All methods and paths for this operation:**
GET /_ml/data_frame/analytics/_stats
GET /_ml/data_frame/analytics/{id}/_stats
## Required authorization * Cluster privileges: `monitor_ml` ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Api key auth - Basic auth - Bearer auth ## Parameters ### Path parameters - **id** (string) Identifier for the data frame analytics job. If you do not specify this option, the API returns information for the first hundred data frame analytics jobs. ### Query parameters - **allow_no_match** (boolean) Specifies what to do when the request: 1. Contains wildcard expressions and there are no data frame analytics jobs 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. The default value returns an empty data_frame_analytics array when there are no matches and the subset of results when there are 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 data frame analytics jobs. - **size** (number) Specifies the maximum number of data frame analytics jobs to obtain. - **verbose** (boolean) Defines whether the stats response should be verbose. ## Responses ### 200 #### Body: application/json (object) - **count** (number) - **data_frame_analytics** (array[object]) An array of objects that contain usage information for data frame analytics jobs, which are sorted by the id value in ascending order. [Powered by Bump.sh](https://bump.sh)