v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1428838860.6 KB

Retrieve a JSON array of up to twenty of your most recently created jobs. This array includes in-process, completed, and errored jobs. This will return the jobs themselves, not just a list of the jobs. To retrieve the twenty next most recent jobs, use the nextToken string returned with the array.

get/2017-08-29/jobs

Query parameters

maxResultsinteger

Optional. Number of jobs, up to twenty, that will be returned at one time.

nextTokenstring

Optional. Use this string, provided with the response to a previous request, to request the next batch of jobs.

order'ASCENDING' | 'DESCENDING'

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

Optional. When you request lists of resources, you can specify whether they are sorted in ASCENDING or DESCENDING order. Default varies by resource.

queuestring

Optional. Provide a queue name to get back only jobs from that queue.

status'SUBMITTED' | 'PROGRESSING' | 'COMPLETE' | 'CANCELED' | 'ERROR'

A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.

Optional. A job's status can be SUBMITTED, PROGRESSING, COMPLETE, CANCELED, or ERROR.

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Response

Success

NextTokenstring

Use this string to request the next batch of jobs.