Builder
Properties
The job ID for an array job. Specifying an array job ID with this parameter lists all child jobs from within the specified array.
The filter to apply to the query. Only one filter can be used at a time. When the filter is used, jobStatus
is ignored. The filter doesn't apply to child jobs in an array or multi-node parallel (MNP) jobs. The results are sorted by the createdAt
field, with the most recent jobs being first.
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 job ID for a multi-node parallel job. Specifying a multi-node parallel job ID with this parameter lists all nodes that are associated with the specified job.
The nextToken
value returned from a previous paginated ListJobs
request where maxResults
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value. This value is null
when there are no more results to return.