Last updated 7 months ago
Get a summary of jobs, grouped by key. Used to report to users how much compute they've used.
Project ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
const response = await fetch('https://studio.edgeimpulse.com/v1/api/{projectId}/jobs/summary?startDate=2024-11-21T08%3A48%3A06.277Z&endDate=2024-11-21T08%3A48%3A06.277Z', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "summary": [ { "category": "text" } ] }