Returns the status of tasks for one or more target devices.
get/executions#taskId
Query parameters
maxResultsinteger
The maximum number of tasks to list per page.
nextTokenstring
A pagination token to continue to the next page of tasks.
state'QUEUED' | 'IN_PROGRESS' | 'CANCELED' | 'FAILED' | 'SUCCEEDED' | 'REJECTED' | 'TIMED_OUT'
A structure used to filter the tasks by their current state.
taskIdstring required
The ID of the task.
Response
Success