Last updated 11 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
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/summary?startDate=2025-03-27T00%3A08%3A37.874Z&endDate=2025-03-27T00%3A08%3A37.874Z' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "summary": [ { "category": "text", "lengthMs": 1 } ] }