Workers

Introspect the state of the block_validator worker

get

Introspect the state of the block_validator worker.

Authorizations
api-keystringRequired
Responses
chevron-right
200

Valid response

application/json
statusone ofRequired
or
or
or
or
get
/workers/block_validator

Lists the chain validator workers and their status

get

Lists the chain validator workers and their status.

Authorizations
api-keystringRequired
Responses
chevron-right
200

Valid response

application/json
chain_idone ofRequired
stringOptional
or
statusone ofRequired
or
or
or
or
pipelinesinteger · min: -32768 · max: 32767Required
get
/workers/chain_validators

Introspect the state of a chain validator worker

get

Introspect the state of a chain validator worker.

Authorizations
api-keystringRequired
Path parameters
chain_idstringRequired

A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.

Responses
chevron-right
200

Valid response

application/json
statusone ofRequired
or
or
or
or
get
/workers/chain_validators/{chain_id}

Introspect the state of the DDB attached to a chain validator worker

get

Introspect the state of the DDB attached to a chain validator worker.

Authorizations
api-keystringRequired
Path parameters
chain_idstringRequired

A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.

Responses
chevron-right
200

Valid response

application/json
p2p_readersinteger · min: -1073741824 · max: 1073741823Required
active_chainsinteger · min: -1073741824 · max: 1073741823Required
active_connectionsinteger · min: -1073741824 · max: 1073741823Required
active_peersinteger · min: -1073741824 · max: 1073741823Required
get
/workers/chain_validators/{chain_id}/ddb

Lists the peer validator workers and their status

get

Lists the peer validator workers and their status.

Authorizations
api-keystringRequired
Path parameters
chain_idstringRequired

A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.

Responses
chevron-right
200

Valid response

application/json
peer_idone ofRequired
stringOptional
or
statusone ofRequired
or
or
or
or
get
/workers/chain_validators/{chain_id}/peers_validators

Introspect the state of a chain validator worker

get

Introspect the state of a peer validator worker.

Authorizations
api-keystringRequired
Path parameters
chain_idstringRequired

A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.

peer_idstringRequired

A cryptographic node identity (Base58Check-encoded)

Responses
chevron-right
200

Valid response

application/json
statusone ofRequired
or
or
or
or
get
/workers/chain_validators/{chain_id}/peers_validators/{peer_id}

Lists the prevalidator workers and their status

get

Lists the Prevalidator workers and their status.

Authorizations
api-keystringRequired
Responses
chevron-right
200

Valid response

application/json
chain_idone ofRequired
stringOptional
or
statusone ofRequired
or
or
or
or
pipelinesinteger · min: -32768 · max: 32767Required
get
/workers/prevalidators

Introspect the state of a prevalidator worker

get

Introspect the state of prevalidator workers.

Authorizations
api-keystringRequired
Path parameters
chain_idstringRequired

A chain identifier. This is either a chain hash in Base58Check notation or a one the predefined aliases: 'main', 'test'.

Responses
chevron-right
200

Valid response

application/json
statusone ofRequired
or
or
or
or
get
/workers/prevalidators/{chain_id}

Last updated