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