---
title: "GET /v1/projects/{projectOrProductUID}/devices/{deviceUID}/health-log"
method: GET
path: "/v1/projects/{projectOrProductUID}/devices/{deviceUID}/health-log"
tags: ["device"]
---

# GET /v1/projects/{projectOrProductUID}/devices/{deviceUID}/health-log

`GET /v1/projects/{projectOrProductUID}/devices/{deviceUID}/health-log`

Get Device Health Log

## Path parameters

- `projectOrProductUID` string, required
- `deviceUID` string, required

## Query parameters

- `startDate` integer
- `endDate` integer
- `log_type` string[]

## Response `200`

Successful operation

- object
  - `health_log` object[], required
    - `alert` boolean, required
    - `text` string, required
    - `when` string, date-time, required

## Other responses

- `default` — The response body in case of an API error.

---

[API](https://skmtc.net/notefile/apis/notehub-api.md) · [All operations](https://skmtc.net/notefile/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/notefile/notehub-api/versions/9c5b2b63a991/schema)
