GET
/
api
/
organizations
/
{organizationId}
/
metrics
Organization metrics
curl --request GET \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/metrics \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "error": "<string>",
  "metrics": {
    "totalJobsComputeTime": 123,
    "jobsComputeTimeCurrentYear": 123,
    "jobsComputeTimeCurrentYearSince": "2023-11-07T05:31:56Z",
    "cpuComputeTimeCurrentContract": 123,
    "gpuComputeTimeCurrentContract": 123,
    "totalStorage": 123,
    "projectCount": 123,
    "userCount": 123
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

Query Parameters

excludeEdgeImpulseUsers
boolean

Whether to exclude Edge Impulse users when counting enterprise entitlements usage

projectVisibility
enum<string>

What project visibility type to include when counting enterprise entitlements usage

Available options:
public,
private

Response

200 - application/json

OK

The response is of type object.