> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Device Notes

Get all notes for a specified device.

<Note>
  External Documentation

  To learn more, visit the [Kandji documentation](https://api-docs.kandji.io/#f64c1749-c5df-4f85-993a-48176959f427).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description      |
  | --------- | ---------------- |
  | Device ID | The device's ID. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"author": "Test User",
		"content": "\u003cp\u003eThis is an example note!\u0026nbsp;\u003c/p\u003e",
		"created_at": "2021-04-09T17:09:07.164617Z",
		"note_id": "e74f34b0-120b-4149-9c0d-3e2f0d08426c",
		"updated_at": "2021-04-09T17:09:07.164635Z"
	}
]
```

## Workflow Library Example

[Get Device Notes with Kandji and Send Results Via Email](https://library.blinkops.com/workflows/get-device-notes-with-kandji-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-device-notes-with-kandji-and-send-results-via-email/canvas" />
</div>
