Last updated 10 months ago
Was this helpful?
Get the status for a job.
/api/organizations/{organizationId}/jobs/{jobId}/status
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-02-21T18:02:59.256Z", "started": "2025-02-21T18:02:59.256Z", "finished": "2025-02-21T18:02:59.256Z", "finishedSuccessful": true, "additionalInfo": "text", "computeTime": 1, "createdByUser": { "id": 1, "name": "text", "username": "text", "photo": "text" }, "categoryCount": 1, "jobNotificationUids": [ 1 ] } }