jobs
Get a specific batch job definition
get/v1/projects/{projectOrProductUID}/jobs/{jobUID}
Path parameters
projectOrProductUIDstring required
jobUIDstring required
Unique identifier for a batch job
Response
Batch job details
Example response
{
"last_run_completed": 1775252922,
"last_run_status": "dry run completed successfully",
"last_run_submitted": 1775252900,
"definition": {
"comment": "Set environment variables on all devices in a fleet",
"default_requests": {
"vars_to_set": {
"firmware_channel": "production",
"log_level": "1"
}
},
"select": {
"devices_in_fleets": [
"fleet:00000000-0000-0000-0000-000000000000"
]
}
}
}