Skip to main content
GET
/
v1
/
relays
/
{id}
/
status
Get relay status
curl --request GET \
  --url https://relay.fluxer.app/v1/relays/{id}/status
{
  "id": "<string>",
  "name": "<string>",
  "url": "<string>",
  "region": "<string>",
  "healthy": true,
  "current_connections": 4503599627370495,
  "capacity": 4503599627370495,
  "last_seen_at": "2023-11-07T05:31:56Z"
}

Path Parameters

id
string<uuid>
required

Relay UUID

Response

Relay status

id
string
required

Unique identifier for the relay

name
string
required

Human-readable name of the relay

url
string<uri>
required

Base URL of the relay service

region
string
required

Region identifier

healthy
boolean
required

Whether the relay is currently healthy

current_connections
integer<int64>
required

Current number of active connections

Required range: 0 <= x <= 9007199254740991
capacity
integer<int64>
required

Maximum connection capacity

Required range: 0 <= x <= 9007199254740991
last_seen_at
string<date-time>
required

ISO 8601 timestamp of the last health check or heartbeat