Last updated 12 months ago
Was this helpful?
Get the status for a job.
Project ID
Job ID
GET /v1/api/{projectId}/jobs/{jobId}/status HTTP/1.1 Host: studio.edgeimpulse.com x-api-key: YOUR_API_KEY Accept: */*
OK
{ "success": true, "error": "text", "job": { "id": 1, "category": "text", "key": "text", "created": "2025-04-16T09:17:22.763Z", "started": "2025-04-16T09:17:22.763Z", "finished": "2025-04-16T09:17:22.763Z", "finishedSuccessful": true, "jobNotificationUids": [ 1 ], "additionalInfo": "text", "computeTime": 1, "createdByUser": { "id": 1, "name": "text", "username": "text", "photo": "text" }, "categoryCount": 1, "metadata": {} } }