FOTA Job Executions
ListFOTAJobExecutionStatuses
get/fota-job-execution-statuses/{jobId}
Path parameters
jobIdstring required
Universally unique identifier
Example:bc631093-7f7c-4c1b-aa63-a68c759bcd5c
Query parameters
status'QUEUED' | 'IN_PROGRESS' | 'FAILED' | 'SUCCEEDED' | 'TIMED_OUT' | 'CANCELLED' | 'REJECTED' | 'DOWNLOADING'
pageLimitinteger
Maximum number of items you want returned in the response (<=100).
pageNextTokenstring
If available in the initial response, use this token to retrieve the next page of items in the list. When supplying as a request parameter, use URL-encoding.
Example:4bb1f9ab35bd
Response
Ok
Example response
{
"items": [
{
"deviceId": "nrf-1234567890123456789000"
}
],
"total": 10,
"pageNextToken": "4bb1f9ab35bd"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.