Last updated 10 months ago
Was this helpful?
Get the status for a job.
/api/{projectId}/jobs/{jobId}/status
Project ID
Job ID
curl -L \ --url 'https://studio.edgeimpulse.com/v1/api/{projectId}/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:58.324Z", "started": "2025-02-21T18:02:58.324Z", "finished": "2025-02-21T18:02:58.324Z", "finishedSuccessful": true, "additionalInfo": "text", "computeTime": 1, "createdByUser": { "id": 1, "name": "text", "username": "text", "photo": "text" }, "categoryCount": 1, "jobNotificationUids": [ 1 ] } }