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