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
max_num_compute_units
integer
required

Maximum number of compute units for the subscription

node_small_id
integer
required

Unique small integer identifier for the node subscription

price_per_one_million_compute_units
integer
required

Price per compute unit for the subscription

task_small_id
integer
required

Unique small integer identifier for the task

valid
boolean
required

Indicates whether the subscription is valid