Last updated 8 months ago
Get all jobs for this organization
Organization ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Active jobs
const response = await fetch('https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/jobs/all', { method: 'GET', headers: {}, }); const data = await response.json();
{ "success": false, "error": "text", "jobs": [ { "id": 0, "category": "text", "key": "text", "created": "2024-12-21T12:25:06.764Z", "started": "2024-12-21T12:25:06.764Z", "finished": "2024-12-21T12:25:06.764Z", "finishedSuccessful": false, "jobNotificationUids": [ 0 ], "additionalInfo": "text", "computeTime": 0, "createdByUser": { "id": 0, "name": "text", "username": "text", "photo": "text" }, "categoryCount": 0 } ], "totalJobCount": 0 }