Skip to main content
GET
https://ageneral.ai
/
v1
/
nodes:count-active
Count active nodes
curl --request GET \
  --url https://ageneral.ai/v1/nodes:count-active \
  --header 'Authorization: Bearer <token>'
{
  "count": 123
}

Authorizations

Authorization
string
header
required

Session JWT or node identity token where applicable. Send as Authorization: Bearer <token>.

Response

Success

count
integer<int32>