---
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

## Changes

- **2024-12-19** `3cfef1f8f2df` — 1 breaking, 1 info
  - removed the required property `items/price_per_compute_unit` from the response with the `200` status
  - added the required property `items/price_per_one_million_compute_units` to the response with the `200` status
- **2024-12-13** `d4e719220013` — 1 info
  - endpoint added
- **2024-12-04** `69d6e856b1bd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/atomaai/apis/atoma-daemon/changes/subscriptions/nodes/:node_id/get.md)

---

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