Skip to content

Commit 25a64bc

Browse files
committed
[DOCS] Adds size limitation to the get datafeeds APIs (#37578)
1 parent fc4a1d9 commit 25a64bc

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

docs/reference/ml/apis/get-datafeed-stats.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ statistics for all {dfeeds} by using `_all`, by specifying `*` as the
3232
If the {dfeed} is stopped, the only information you receive is the
3333
`datafeed_id` and the `state`.
3434

35+
IMPORTANT: This API returns a maximum of 10,000 {dfeeds}.
3536

3637
==== Path Parameters
3738

docs/reference/ml/apis/get-datafeed.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ comma-separated list of {dfeeds} or a wildcard expression. You can get
2727
information for all {dfeeds} by using `_all`, by specifying `*` as the
2828
`<feed_id>`, or by omitting the `<feed_id>`.
2929

30+
IMPORTANT: This API returns a maximum of 10,000 {dfeeds}.
31+
3032
==== Path Parameters
3133

3234
`feed_id`::

docs/reference/ml/apis/get-job-stats.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ group name, a comma-separated list of jobs, or a wildcard expression. You can
2929
get statistics for all jobs by using `_all`, by specifying `*` as the
3030
`<job_id>`, or by omitting the `<job_id>`.
3131

32+
IMPORTANT: This API returns a maximum of 10,000 jobs.
33+
3234

3335
==== Path Parameters
3436

0 commit comments

Comments
 (0)