---
title: "List subscriptions"
method: GET
path: "/subscriptions/nodes/{node_id}"
tags: ["Subscriptions"]
---

# List subscriptions

`GET /subscriptions/nodes/{node_id}`

Lists all subscriptions for a specific node identified by its small ID.

## Path parameters

- `node_id` integer, required

## Response `200`

List of node subscriptions

- NodeSubscription[]
  - `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

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/atomaai/apis/atoma-daemon.md) · [All operations](https://skmtc.net/atomaai/apis/atoma-daemon/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atomaai/atoma-daemon/revisions/45bb2355d453/schema)
