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

# List Mobile Devices

Returns all Jamf Pro Mobile Devices.

## Example Output

```json theme={"dark"}
{
	"totalCount": 0,
	"results": [
		{
			"mobile_device": {
				"id": 1,
				"name": "Kathys iPhone",
				"device_name": "Kathys iPhone",
				"udid": "270aae10800b6e61a2ee2bbc285eb967050b5984",
				"serial_number": "C02Q7KHTGFWF",
				"phone_number": "123-555-6789",
				"wifi_mac_address": "E0:AC:CB:97:36:G4",
				"managed": true,
				"supervised": true,
				"model": "iPhone 6S",
				"model_identifier": "iPhone8,1",
				"model_display": "MKRY2LL",
				"username": "Kathy"
			}
		}
	]
}
```

## Workflow Library Example

[Email Mdm Gaps Report of Active Directory vs Jamf](https://library.blinkops.com/workflows/email-mdm-gaps-report-of-active-directory-vs-jamf)

<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/email-mdm-gaps-report-of-active-directory-vs-jamf/canvas" />
</div>
