Get bulk node update status
GET/v1/admin/nodes/update-jobs/:requestId
Retrieves the status of a bulk node update request by request ID.
Same response shape as the registration-jobs status endpoint —
the job_type field discriminates.
Request
Responses
- 200
- 404
- 500
Status retrieved successfully
Update job not found. Returned when the request_id does not exist OR when it belongs to a registration job (cross-flow scoping mirror of the registration-jobs endpoint).
Internal server error