Skip to main content
GET
/
nodes
/
{region}
Get nodes by region
curl --request GET \
  --url http://localhost:3000/nodes/{region}
{
  "success": true,
  "data": [
    {
      "node_id": "<string>",
      "region": "<string>",
      "zone": "<string>",
      "status": "active",
      "last_heartbeat": "2023-11-07T05:31:56Z",
      "version": "<string>",
      "uptime": 123
    }
  ],
  "region": "<string>"
}

Path Parameters

region
string
required

Region name

Response

Nodes in the specified region

success
boolean
data
object[]
region
string