Get device statuses for a configuration job
GET/v2/configuration-jobs/:id/device-statuses
Returns the current status of each device in this configuration job. Sort properties: id
Response
Success Response
Status Code: 200 OK
The request was successful and the job status information is returned.
{
"totalPages": 1,
"totalElements": 6,
"number": 0,
"size": 20,
"numberOfElements": 6,
"content": [
{
"id": "228da7de-23b3-4e1f-92e3-2ec964f52d29",
"trackingEventTime": "2026-01-20T12:14:16.288422Z",
"trackingEventStatus": "SUCCEEDED"
},
{
"id": "5dc412f0-6066-4ce2-8b9e-a271c35c308c",
"trackingEventTime": "2026-01-20T12:14:12.689461Z",
"trackingEventStatus": "PENDING"
},
{
"id": "7a127747-dbe6-4f8b-8f66-db30a24927e0",
"trackingEventTime": "2026-01-20T12:15:30.606583Z",
"trackingEventStatus": "SUCCEEDED"
},
{
"id": "84b6e014-b95c-455a-b990-6cfece467b9c",
"trackingEventTime": "2026-01-20T12:14:12.338926Z",
"trackingEventStatus": "PENDING"
},
{
"id": "8d81e0ae-c6e6-4325-9858-48dddb42394c",
"trackingEventTime": "2026-01-20T12:14:14.984939Z",
"trackingEventStatus": "SUCCEEDED"
},
{
"id": "acd160ee-fcfb-4107-8af2-207bf87b50d5",
"trackingEventTime": "2026-01-20T12:14:11.739565Z",
"trackingEventStatus": "PENDING"
}
]
}
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Paginated list of device statuses
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error