Lists the Prevalidator workers and their status.
GET /workers/prevalidators HTTP/1.1 Host: xtz.nownodes.io Accept: */*
[ { "chain_id": "text", "status": { "phase": "launching", "since": "text" }, "information": { "instances": 1, "status": { "phase": "launching", "since": "text" }, "queue_length": 1 }, "pipelines": 1 } ]
Introspect the state of prevalidator workers.
A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.
GET /workers/prevalidators/{chain_id} HTTP/1.1 Host: xtz.nownodes.io Accept: */*
{ "status": { "phase": "launching", "since": "text" }, "pending_requests": [ { "pushed": "text", "request": { "request": "flush", "block": "text", "event": "branch" } } ], "current_request": { "pushed": "text", "treated": "text", "request": { "request": "flush", "block": "text", "event": "branch" } } }