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-26T13%3A00%3A25.418Z&endDate=2025-03-26T13%3A00%3A25.418Z' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "summary": [ { "category": "text", "lengthMs": 1 } ] }