cURL
curl --request GET \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/jobs \ --header 'x-api-key: <api-key>'
{ "success": true, "jobs": [ { "id": 123, "category": "<string>", "categoryKey": "<string>", "key": "<string>", "created": "2023-11-07T05:31:56Z", "jobNotificationUids": [ 123 ], "started": "2023-11-07T05:31:56Z", "finished": "2023-11-07T05:31:56Z", "finishedSuccessful": true, "additionalInfo": "<string>", "computeTime": 123, "createdByUser": { "id": 123, "name": "<string>", "username": "<string>", "photo": "<string>" }, "categoryCount": 123, "metadata": {} } ], "totalJobCount": 123, "error": "<string>" }
Get all active jobs for this organization
Organization ID
Whether to exclude jobs with a parent ID (so jobs started as part of another job)
OK
Whether the operation succeeded
Active jobs
Show child attributes
Optional error description (set if 'success' was false)
Was this page helpful?