Last updated 12 months ago
Was this helpful?
Get a summary of jobs, grouped by key. Used to report to users how much compute they've used.
Project ID
Start date
End date
GET /v1/api/{projectId}/jobs/summary HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "summary": [ { "category": "text", "lengthMs": 1 } ] }