curl --location -g --request GET 'https://api.iotwireless.{region}.amazonaws.com/things//jobs/'
{
"execution": {
"jobId": "string",
"status": "QUEUED",
"forceCanceled": true,
"statusDetails": {
"detailsMap": {
"property1": "string",
"property2": "string"
}
},
"thingArn": "string",
"queuedAt": "string",
"startedAt": "string",
"lastUpdatedAt": "string",
"executionNumber": 0,
"versionNumber": 0,
"approximateSecondsBeforeTimedOut": 0
}
}
true
if the job execution was canceled with the optional force
parameter set to true
.TIMED_OUT
. The timeout interval can be anywhere between 1 minute and 7 days (1 to 10080 minutes). The actual job execution timeout can occur up to 60 seconds later than the estimated duration. This value will not be included if the job execution has reached a terminal status.