Get user billable compute metrics

Get user billable compute metrics

get

Get billable compute metrics for a user. This function is only available to users with an active subscription.

Authorizations
Responses
200
OK
application/json
Responseall of
get
GET /v1/api/user/subscription/metrics HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "metrics": {
    "computeMinutesCpu": 1,
    "computeMinutesGpu": 1,
    "computeMinutesTotal": 1,
    "computeMinutesLimit": 1,
    "computeResetDate": "2025-07-01T15:57:27.675Z"
  },
  "approachingComputeLimitMinutesLeft": 1
}

Last updated

Was this helpful?