From de96393c0108da4a9e5b48249d059bbcf7cdd02d Mon Sep 17 00:00:00 2001 From: lcawl Date: Wed, 16 Jan 2019 10:19:36 -0800 Subject: [PATCH] [DOCS] Adds limitation to the get jobs API --- docs/reference/ml/apis/get-job.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/reference/ml/apis/get-job.asciidoc b/docs/reference/ml/apis/get-job.asciidoc index be61d6baea031..4eb7eaf5a7f07 100644 --- a/docs/reference/ml/apis/get-job.asciidoc +++ b/docs/reference/ml/apis/get-job.asciidoc @@ -27,6 +27,8 @@ group name, a comma-separated list of jobs, or a wildcard expression. You can get information 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