---
title: "List nodes"
method: GET
path: "/api/v1/attestations/nodes"
tags: ["Attestations"]
---

# List nodes

`GET /api/v1/attestations/nodes`

Public endpoint. Returns NodeRef list derived from nodes table (excluding deleted).

## Response `200`

Successful Response

- NodeRef[]
  - `object_type` 'node' — Fixed value 'node'
  - `id` integer, nullable — Teepod numeric ID
  - `node_id` integer, nullable — Physical node numeric ID
  - `name` string, nullable — Node display name
  - `region` string, nullable — Region identifier
  - `device_id` string, nullable — Device ID
  - `ppid` string, nullable — PPID
  - `status` 'ONLINE' | 'OFFLINE' | 'MAINTENANCE'
  - `version` string, nullable — Teepod version

---

[API](https://skmtc.net/phala/apis/phala-cloud-api.md) · [All operations](https://skmtc.net/phala/apis/phala-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/phala/phala-cloud-api/versions/83c6ae62e860/schema)
