Get bulk node registration status
GET/v1/admin/nodes/registration-jobs/:requestId
Retrieves the status of a bulk node registration request by request ID. Returns the current status, counts, and metadata for the request.
Request
Responses
- 200
- 404
- 500
Status retrieved successfully
Registration job not found. Returned when the request_id does not exist OR when it belongs to an update job (cross-flow scoping: an update job_id queried on this path looks like a 404 rather than leaking the update row).
Internal server error