Get job status

Get job status

get

Get the status for a job.

Authorizations
Path parameters
organizationIdintegerRequired

Organization ID

jobIdintegerRequired

Job ID

Responses
200
OK
application/json
Responseall of
get
GET /v1/api/organizations/{organizationId}/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-21T02:41:30.494Z",
    "started": "2025-06-21T02:41:30.494Z",
    "finished": "2025-06-21T02:41:30.494Z",
    "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?