v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-142381,278956.3 KB

Lists the job executions for a job.

Requires permission to access the ListJobExecutionsForJob action.

get/jobs/{jobId}/things

Path parameters

jobIdstring required

The unique identifier you assigned to this job when it was created.

Query parameters

status'QUEUED' | 'IN_PROGRESS' | 'SUCCEEDED' | 'FAILED' | 'TIMED_OUT' | 'REJECTED' | 'REMOVED' | 'CANCELED'

The status of the job.

maxResultsinteger

The maximum number of results to be returned per request.

nextTokenstring

The token to retrieve the next set of results.

Response

Success

nextTokenstring

The token for the next set of results, or <b>null</b> if there are no additional results.