---
title: "GET /deviceUpdate/{instanceId}/management/deviceDiagnostics/deviceHealth"
method: GET
path: "/deviceUpdate/{instanceId}/management/deviceDiagnostics/deviceHealth"
tags: ["Device and deployment management"]
---

# GET /deviceUpdate/{instanceId}/management/deviceDiagnostics/deviceHealth

`GET /deviceUpdate/{instanceId}/management/deviceDiagnostics/deviceHealth`

Get list of device health

## Path parameters

- `instanceId` string, required

## Query parameters

- `api-version` string, required
- `filter` string, required

## Response `200`

The request has succeeded.

- DeviceHealthList — Array of Device Health, with server paging support.
  - `value` DeviceHealth[], required — The DeviceHealth items on this page
    - `deviceId` string, required — Device id
    - `moduleId` string — Module id
    - `state` 'healthy' | 'unhealthy', required — Device health states
    - `digitalTwinModelId` string — Digital twin model Id
    - `healthChecks` HealthCheck[], required — Array of health checks and their results
      - `name` string — Health check name
      - `result` 'success' | 'userError' — Health check result
  - `nextLink` string, uri — The link to the next page of items

## Other responses

- `default` — An unexpected error response.

---

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