cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/summary \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>", "summary": [ { "category": "<string>", "lengthMs": 123 } ] }
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
OK
Whether the operation succeeded
Show child attributes
Optional error description (set if 'success' was false)
Was this page helpful?