Get configuration job
GET/v2/configuration-jobs/:id
Get configuration job
Example response:
{
"id": "621b4471-059d-47f6-8c2a-91f3be3a4129",
"name": "Update CAN 1 Profile to TU - Standard on 6 devices",
"description": "CAN profile updates on devices",
"deviceIds": [
"84b6e014-b95c-455a-b990-6cfece467b2a",
"acd160ee-fcfb-4107-8af2-207bf87b50d3",
"7a127747-dbe6-4f8b-8f66-db30a24927e1",
],
"desiredStateOnEnter": {
"desired": {
"canbus": {
"can1": {
"profile": {
"id": "147"
}
}
}
}
},
"createdAt": "2026-01-20T12:14:10.451541Z"
}
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Configuration job
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error