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

Get the licenses checked out to an asset.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                       |
  | --------- | ------------------------------------------------- |
  | ID        | The ID (not the asset tag) of the asset to query. |
</div>

## Example Output

```json theme={"dark"}
{
	"total": 1,
	"rows": [
		{
			"id": 12,
			"name": "new name",
			"company": null,
			"manufacturer": null,
			"product_key": "myserial",
			"order_number": "",
			"purchase_order": "",
			"purchase_date": null,
			"termination_date": null,
			"depreciation": null,
			"purchase_cost": "100.00",
			"purchase_cost_numeric": "100.00",
			"notes": "new notes",
			"expiration_date": null,
			"seats": 15,
			"free_seats_count": 0,
			"license_name": "",
			"license_email": "newlicense@blinkops.com",
			"reassignable": true,
			"maintained": false,
			"supplier": null,
			"category": {
				"id": 1,
				"name": "Misc Software"
			},
			"created_at": {
				"datetime": "2023-01-21 16:13:59",
				"formatted": "2023-01-21 04:13 PM"
			},
			"updated_at": {
				"datetime": "2023-01-21 16:14:00",
				"formatted": "2023-01-21 04:14 PM"
			},
			"deleted_at": null,
			"user_can_checkout": false,
			"available_actions": {
				"checkout": true,
				"checkin": true,
				"clone": true,
				"update": true,
				"delete": true
			}
		}
	]
}
```

## Workflow Library Example

[Get Hardware Licenses with Snipe It and Send Results Via Email](https://library.blinkops.com/workflows/get-hardware-licenses-with-snipe-it-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-hardware-licenses-with-snipe-it-and-send-results-via-email/canvas" />
</div>
