Last updated 10 months ago
Was this helpful?
Get a summary of jobs, grouped by key. Used to report to users how much compute they've used.
/api/{projectId}/jobs/summary
Project ID
Start date
End date
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/summary?startDate=2025-02-21T18%3A11%3A31.236Z&endDate=2025-02-21T18%3A11%3A31.236Z' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "summary": [ { "category": "text", "lengthMs": 1 } ] }