---
title: "Get device statuses"
method: GET
path: "/jobs/{jobId}/devices"
---

# Get device statuses

`GET /jobs/{jobId}/devices`

Get the list of individual device statuses by job ID.

## Path parameters

- `jobId` string, required

## Query parameters

- `api-version` string, required

## Response `200`

Success

- JobDeviceStatusCollection — The paged results of job device statuses.
  - `value` JobDeviceStatus[], required — The collection of job device statuses.
    - `id` string — ID of the device whose job status is being provided.
    - `status` string — Indicates whether the job is starting, running, etc. for the given device.
  - `nextLink` string — URL to get the next page of job device statuses.

## Other responses

- `default` — An error response received from the IoT Central Service.

---

[API](https://skmtc.net/azure/apis/iotcentral-iotcentral.md) · [All operations](https://skmtc.net/azure/apis/iotcentral-iotcentral/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/iotcentral-iotcentral/revisions/565d8813cbd3/schema)
