Organization metrics

Organization metrics

get

Get general metrics for this organization.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

Query parameters
excludeEdgeImpulseUsersbooleanOptional

Whether to exclude Edge Impulse users when counting enterprise entitlements usage

projectVisibilitystring · enumOptional

The visibility of the project, either public or private. Public projects can be viewed by anyone on the internet and edited by collaborators. Private projects can only be viewed and edited by collaborators.

Possible values:
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/metrics HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "metrics": {
    "totalJobsComputeTime": 1,
    "jobsComputeTimeCurrentYear": 1,
    "jobsComputeTimeCurrentYearSince": "2025-06-20T18:26:20.982Z",
    "cpuComputeTimeCurrentContract": 1,
    "gpuComputeTimeCurrentContract": 1,
    "totalStorage": 1,
    "projectCount": 1,
    "userCount": 1
  }
}

Last updated

Was this helpful?