> ## 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

Get the high-level information for a specified device ID.

<Note>
  External Documentation

  To learn more, visit the [Kandji documentation](https://api-docs.kandji.io/#10a56208-b230-455a-a835-32b6cfb2803d).
</Note>

## Parameters

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

## Example Output

```json theme={"dark"}
{
	"agent_installed": true,
	"agent_version": "2.7.3 (1253)",
	"asset_tag": "",
	"blueprint_id": "2118bda6-8772-4c5b-ae0a-bb506b2b9516",
	"blueprint_name": "All Staff",
	"device_id": "fc60decb-30cb-4db1-b3ec-2fa8ea1b83ed",
	"device_name": "Test MacBook Air",
	"first_enrollment": "2021-03-29 21:46:13.552931+00:00",
	"is_missing": false,
	"is_removed": false,
	"last_check_in": "2021-03-30T17:46:31.864498Z",
	"last_enrollment": "2021-03-29 21:46:13.552931+00:00",
	"mdm_enabled": true,
	"model": "MacBook Air (M1, 2020)",
	"os_version": "10.15.6",
	"platform": "Mac",
	"serial_number": "AAAAAAAA",
	"user": {
		"email": "testUser@kandji.io",
		"id": 23,
		"is_archived": false,
		"name": "Test User"
	}
}
```

## Workflow Library Example

[Get Device with Kandji and Send Results Via Email](https://library.blinkops.com/workflows/get-device-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-with-kandji-and-send-results-via-email/canvas" />
</div>
