GET
/
subscriptions
/
nodes
/
{node_id}
curl --request GET \
  --url http://localhost:3001/subscriptions/nodes/{node_id}
[
  {
    "max_num_compute_units": 123,
    "node_small_id": 123,
    "price_per_one_million_compute_units": 123,
    "task_small_id": 123,
    "valid": true
  }
]

Path Parameters

node_id
integer
required

The small ID of the node whose subscriptions should be retrieved

Response

200
application/json

List of node subscriptions

The response is of type object[].