Last updated 9 months ago
Was this helpful?
Get billable compute metrics for a user. This function is only available to users with an active subscription.
/api/user/subscription/metrics
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-02-21T18:19:44.300Z" } }