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

# GET /v1/projects/{projectOrProductUID}/devices/{deviceUID}/notes/{notefileID}

`GET /v1/projects/{projectOrProductUID}/devices/{deviceUID}/notes/{notefileID}`

For .qi files, returns the queued up notes.  For .db files, returns all notes in the notefile

## Path parameters

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

## Query parameters

- `max` integer
- `deleted` boolean
- `delete` boolean

## Response `200`

The note changes object

- object
  - `changes` integer — The number of pending changes in the Notefile.
  - `notes` object — An object with a key for each note and a value object with the body of each Note and the time the Note was added.
  - `total` integer — The total number of notes.

## Other responses

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

---

[API](https://skmtc.dev/blues/apis/notehub-api.md) · [All operations](https://skmtc.dev/blues/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blues/notehub-api/revisions/eaadb187dfae/schema)
