GET
/
nodes
/
{nodeId}
/
status
Gets the current working status of the node including some details about the node activity
curl --request GET \
  --url https://api.vexelia.com/nodes/{nodeId}/status \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Your API key goes here, you can generate one in your account settings.

Path Parameters

nodeId
string<uuid>
required

The ID of the node to get the status on

Response

200

The status of the node was returned