Last updated 10 months ago
Was this helpful?
Get billable compute metrics for a user. This function is only available to users with an active subscription.
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/user/subscription/metrics' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "metrics": { "computeMinutesCpu": 1, "computeMinutesGpu": 1, "computeMinutesTotal": 1, "computeMinutesLimit": 1, "computeResetDate": "2025-03-26T12:58:35.139Z" }, "approachingComputeLimitMinutesLeft": 1 }