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

Return a Computer Inventory for paginated list of computers.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                          |
  | --------- | ---------------------------------------------------------------------------------------------------- |
  | Page      | Index of the page to return, default is 0.                                                           |
  | Page Size | Size of page to return, default is 100.                                                              |
  | Section   | Which section of the computer details to return. If not specified, General section data is returned. |
</div>

## Example Output

```json theme={"dark"}
{
	"totalCount": 0,
	"results": [
		{
			"id": "<string>",
			"udid": "<string>",
			"general": {
				"name": "<string>",
				"lastIpAddress": "<string>",
				"lastReportedIp": "<string>",
				"jamfBinaryVersion": "<string>",
				"platform": "<string>",
				"barcode1": null,
				"barcode2": null,
				"assetTag": null,
				"remoteManagement": {
					"managed": true,
					"managementUsername": null
				},
				"supervised": false,
				"mdmCapable": {
					"capable": false,
					"capableUsers": []
				},
				"reportDate": "2004-03-19T11:58:19.390Z",
				"lastContactTime": "2011-06-04T06:19:00.005Z",
				"lastCloudBackupDate": null,
				"lastEnrolledDate": "2022-06-25T10:51:21.699Z",
				"mdmProfileExpiration": null,
				"initialEntryDate": "2010-01-18",
				"distributionPoint": null,
				"site": {
					"id": "<string>",
					"name": "<string>"
				},
				"itunesStoreAccountActive": false,
				"enrolledViaAutomatedDeviceEnrollment": false,
				"userApprovedMdm": false,
				"enrollmentMethod": null,
				"declarativeDeviceManagementEnabled": false,
				"managementId": "<string>",
				"extensionAttributes": []
			},
			"diskEncryption": null,
			"localUserAccounts": null,
			"purchasing": null,
			"printers": null,
			"storage": null,
			"applications": null,
			"userAndLocation": null,
			"configurationProfiles": null,
			"services": null,
			"plugins": null,
			"hardware": null,
			"certificates": null,
			"attachments": null,
			"packageReceipts": null,
			"fonts": null,
			"security": null,
			"operatingSystem": null,
			"licensedSoftware": null,
			"softwareUpdates": null,
			"groupMemberships": null,
			"extensionAttributes": null,
			"contentCaching": null,
			"ibeacons": null
		}
	]
}
```

## Workflow Library Example

[Verify All Jamf Devices Have Crowdstrike Installed Daily](https://library.blinkops.com/workflows/verify-all-jamf-devices-have-crowdstrike-installed-daily)

<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/verify-all-jamf-devices-have-crowdstrike-installed-daily/canvas" />
</div>
