[DOCS] Adds limitation to the get jobs API (#37549)

This commit is contained in:
Lisa Cawley 2019-01-17 08:21:37 -08:00 committed by GitHub
parent 587034dfa7
commit a2d9c464b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
`<job_id>`, or by omitting the `<job_id>`.
IMPORTANT: This API returns a maximum of 10,000 jobs.
==== Path Parameters