diff --git a/docs/reference/ml/apis/get-datafeed-stats.asciidoc b/docs/reference/ml/apis/get-datafeed-stats.asciidoc index e43a2f454ca5e..34c27d3dae962 100644 --- a/docs/reference/ml/apis/get-datafeed-stats.asciidoc +++ b/docs/reference/ml/apis/get-datafeed-stats.asciidoc @@ -32,6 +32,7 @@ statistics for all {dfeeds} by using `_all`, by specifying `*` as the If the {dfeed} is stopped, the only information you receive is the `datafeed_id` and the `state`. +IMPORTANT: This API returns a maximum of 10,000 {dfeeds}. ==== Path Parameters diff --git a/docs/reference/ml/apis/get-datafeed.asciidoc b/docs/reference/ml/apis/get-datafeed.asciidoc index b54eb59bb7a52..402838742dfa6 100644 --- a/docs/reference/ml/apis/get-datafeed.asciidoc +++ b/docs/reference/ml/apis/get-datafeed.asciidoc @@ -27,6 +27,8 @@ comma-separated list of {dfeeds} or a wildcard expression. You can get information for all {dfeeds} by using `_all`, by specifying `*` as the ``, or by omitting the ``. +IMPORTANT: This API returns a maximum of 10,000 {dfeeds}. + ==== Path Parameters `feed_id`:: diff --git a/docs/reference/ml/apis/get-job-stats.asciidoc b/docs/reference/ml/apis/get-job-stats.asciidoc index 7cc6d18b86a13..b674b01802bee 100644 --- a/docs/reference/ml/apis/get-job-stats.asciidoc +++ b/docs/reference/ml/apis/get-job-stats.asciidoc @@ -29,6 +29,8 @@ group name, a comma-separated list of jobs, or a wildcard expression. You can get statistics for all jobs by using `_all`, by specifying `*` as the ``, or by omitting the ``. +IMPORTANT: This API returns a maximum of 10,000 jobs. + ==== Path Parameters