maxResults
The maximum number of results returned by ListJobs
in a paginated output. When this parameter is used, ListJobs
returns up to maxResults
results in a single page and a nextToken
response element, if applicable. The remaining results of the initial request can be seen by sending another ListJobs
request with the returned nextToken
value.
The following outlines key parameters and limitations:
The minimum value is 1.
When
--job-status
is used, Batch returns up to 1000 values.When
--filters
is used, Batch returns up to 100 values.If neither parameter is used, then
ListJobs
returns up to 1000 results (jobs that are in theRUNNING
status) and anextToken
value, if applicable.