vennaVenna

Network

Venna-specific endpoints exposing live mesh state.

GET
/v1/network/status
AuthorizationBearer <token>

Workspace API key — Authorization: Bearer vk_.... Billing targets the key workspace.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/network/status"
{  "capabilities": {    "property1": 0,    "property2": 0  },  "legal": {    "geoip": "string"  },  "modelsAvailable": 0,  "nodesOnline": 0,  "regions": [    {      "city": "string",      "country": "string",      "nodes": 0    }  ],  "updatedAt": "string"}