Skip to main content
GET
/
api
/
v1
/
attestations
/
nodes
List nodes
curl --request GET \
  --url https://cloud-api.phala.com/api/v1/attestations/nodes
[
  {
    "object_type": "node",
    "id": 123,
    "node_id": 123,
    "name": "<string>",
    "region": "<string>",
    "device_id": "<string>",
    "ppid": "<string>",
    "status": "ONLINE",
    "version": "<string>"
  }
]

Response

200 - application/json

Successful Response

object_type
string
default:node

Fixed value 'node'

Allowed value: "node"
id
integer | null

Teepod numeric ID

node_id
integer | null

Physical node numeric ID

name
string | null

Node display name

region
string | null

Region identifier

device_id
string | null

Device ID

ppid
string | null

PPID

status
enum<string> | null

Node status

Available options:
ONLINE,
OFFLINE,
MAINTENANCE
version
string | null

Teepod version