Lybic Docs

Get Organization Stats

Returns the stats of the organization, such as number of members, computers, etc.

GET
/api/orgs/{orgId}/stats

Returns the stats of the organization, such as number of members, computers, etc.

Path Parameters

orgId*string

The organization ID

Response Body

application/json

curl -X GET "https://loading/api/orgs/string/stats"
{
  "mcpServers": 0,
  "sandboxes": 0,
  "projects": 0
}