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

Retrieve a list of computers.

## Parameters

<div className="integrations-table">
  | Parameter | Description                           |
  | --------- | ------------------------------------- |
  | Limit     | The maximum number of items returned. |
</div>

## Example Output

```json theme={"dark"}
{
	"totalCount": 488,
	"results": [
		{
			"id": "5",
			"location": {
				"username": "johndoe123",
				"realName": null,
				"emailAddress": null,
				"position": null,
				"phoneNumber": null,
				"department": null,
				"building": null,
				"room": null
			},
			"site": null,
			"name": "john",
			"udid": "1234-1234-12324-dsafdg-sdf-23424",
			"serialNumber": "FLGLKHIT2334",
			"operatingSystemVersion": "13.3.1",
			"operatingSystemBuild": "22E261",
			"operatingSystemSupplementalBuildVersion": null,
			"operatingSystemRapidSecurityResponse": null,
			"macAddress": "F8:H7:23:FG:23:HJ",
			"assetTag": null,
			"modelIdentifier": "MacBookPro18,3",
			"mdmAccessRights": 0,
			"lastContactDate": "2023-05-02T12:32:06.816Z",
			"lastReportDate": "2023-05-02T06:14:33.637Z",
			"lastEnrolledDate": "2023-02-06T10:29:35.775Z",
			"ipAddress": null,
			"managementId": "12314M3123-21324msd-213sad433",
			"isManaged": true
		},
		{
			"id": "9",
			"location": {
				"username": "johndoe123456",
				"realName": null,
				"emailAddress": null,
				"position": "Manager",
				"phoneNumber": null,
				"department": null,
				"building": null,
				"room": null
			},
			"site": null,
			"name": "yuditm",
			"udid": "1234567-123456-123456-214356",
			"serialNumber": "FSDOPGK4POKDSP32",
			"operatingSystemVersion": "13.2.1",
			"operatingSystemBuild": "22D68",
			"operatingSystemSupplementalBuildVersion": null,
			"operatingSystemRapidSecurityResponse": null,
			"macAddress": "F8:H7:23:FG:23:HJ",
			"assetTag": null,
			"modelIdentifier": "MacBookPro16,2",
			"mdmAccessRights": 0,
			"lastContactDate": "2023-05-02T12:46:41.466Z",
			"lastReportDate": "2023-05-02T09:16:53.842Z",
			"lastEnrolledDate": "2022-02-13T09:18:55.903Z",
			"ipAddress": null,
			"managementId": "12314M3123-21324msd-213sad435",
			"isManaged": true
		}
	]
}
```

## Workflow Library Example

[List Computers with Jamf and Send Results Via Email](https://library.blinkops.com/workflows/list-computers-with-jamf-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/list-computers-with-jamf-and-send-results-via-email/canvas" />
</div>
