Skip to main content
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,
  "metrics": {
    "totalJobsComputeTime": 123,
    "jobsComputeTimeCurrentYear": 123,
    "jobsComputeTimeCurrentYearSince": "2023-11-07T05:31:56Z",
    "cpuComputeTimeCurrentContract": 123,
    "gpuComputeTimeCurrentContract": 123,
    "totalStorage": 123,
    "projectCount": 123,
    "userCount": 123
  },
  "error": "<string>"
}

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 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.

Available options:
public,
private

Response

200 - application/json

OK

success
boolean
required

Whether the operation succeeded

metrics
object
required
error
string

Optional error description (set if 'success' was false)