Last updated 11 months ago
Was this helpful?
Get the status for a job.
Organization ID
Job ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/jobs/{jobId}/status' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text", "job": { "id": 1, "category": "text", "key": "text", "created": "2025-03-20T17:10:30.229Z", "started": "2025-03-20T17:10:30.229Z", "finished": "2025-03-20T17:10:30.229Z", "finishedSuccessful": true, "jobNotificationUids": [ 1 ], "additionalInfo": "text", "computeTime": 1, "createdByUser": { "id": 1, "name": "text", "username": "text", "photo": "text" }, "categoryCount": 1 } }