Get job status

Get job status

get

Get the status for a job.

Authorizations
Path parameters
projectIdintegerRequired

Project ID

jobIdintegerRequired

Job ID

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/{projectId}/jobs/{jobId}/status HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Accept: */*
200

OK

{
  "success": true,
  "error": "text",
  "job": {
    "id": 1,
    "category": "text",
    "key": "text",
    "created": "2025-06-18T09:02:59.565Z",
    "started": "2025-06-18T09:02:59.565Z",
    "finished": "2025-06-18T09:02:59.565Z",
    "finishedSuccessful": true,
    "jobNotificationUids": [
      1
    ],
    "additionalInfo": "text",
    "computeTime": 1,
    "createdByUser": {
      "id": 1,
      "name": "text",
      "username": "text",
      "photo": "text"
    },
    "categoryCount": 1,
    "metadata": {}
  }
}

Last updated

Was this helpful?