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
The response is of type object.
object