[DOCS] Adds limitation to the get jobs API (#37549)
This commit is contained in:
parent
587034dfa7
commit
a2d9c464b2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue