Last updated 12 months ago
Was this helpful?
Get all active jobs for this project
Project ID
Whether to exclude jobs with a parent ID (so jobs started as part of another job)
GET /v1/api/{projectId}/jobs HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "jobs": [ { "id": 1, "category": "text", "key": "text", "created": "2025-04-16T14:25:43.726Z", "started": "2025-04-16T14:25:43.726Z", "finished": "2025-04-16T14:25:43.726Z", "finishedSuccessful": true, "jobNotificationUids": [ 1 ], "additionalInfo": "text", "computeTime": 1, "createdByUser": { "id": 1, "name": "text", "username": "text", "photo": "text" }, "categoryCount": 1, "metadata": {} } ], "totalJobCount": 1 }