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

Get the details of a specific asset.

## Parameters

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

## Example Output

```json theme={"dark"}
{
	"id": 1705,
	"name": "<string>",
	"asset_tag": "<string>",
	"serial": "<string>",
	"model": {
		"id": 0,
		"name": "<string>"
	},
	"byod": false,
	"requestable": false,
	"model_number": "<string>",
	"eol": null,
	"asset_eol_date": null,
	"status_label": {
		"id": 0,
		"name": "<string>",
		"status_type": "<string>",
		"status_meta": "<string>"
	},
	"category": {
		"id": 1,
		"name": "<string>"
	},
	"manufacturer": {
		"id": 2,
		"name": "<string>"
	},
	"supplier": null,
	"notes": null,
	"order_number": null,
	"company": null,
	"location": null,
	"rtd_location": null,
	"image": "<string>",
	"qr": null,
	"alt_barcode": null,
	"assigned_to": null,
	"warranty_months": null,
	"warranty_expires": null,
	"created_by": {
		"id": 1,
		"name": "<string>"
	},
	"created_at": {
		"datetime": "2025-04-01 22:14:15",
		"formatted": "Tue Apr 01, 2025 10:14PM"
	},
	"updated_at": {
		"datetime": "2025-04-01 22:14:15",
		"formatted": "Tue Apr 01, 2025 10:14PM"
	},
	"last_audit_date": null,
	"next_audit_date": null,
	"deleted_at": null,
	"purchase_date": null,
	"age": "<string>",
	"last_checkout": null,
	"last_checkin": null,
	"expected_checkin": null,
	"purchase_cost": null,
	"checkin_counter": 2,
	"checkout_counter": 1,
	"requests_counter": 0,
	"user_can_checkout": true,
	"book_value": null,
	"custom_fields": {
		"RAM": {
			"field": "<string>",
			"value": "<string>",
			"field_format": "<string>",
			"element": "<string>"
		},
		"CPU": {
			"field": "<string>",
			"value": "<string>",
			"field_format": "<string>",
			"element": "<string>"
		},
		"MAC Address": {
			"field": "<string>",
			"value": "<string>",
			"field_format": "<string>",
			"element": "<string>"
		},
		"Test Encrypted": {
			"field": "<string>",
			"value": "<string>",
			"field_format": "<string>",
			"element": "<string>"
		},
		"Test Checkbox": {
			"field": "<string>",
			"value": "<string>",
			"field_format": "<string>",
			"element": "<string>"
		},
		"Test Radio": {
			"field": "<string>",
			"value": "<string>",
			"field_format": "<string>",
			"element": "<string>"
		}
	},
	"available_actions": {
		"checkout": true,
		"checkin": true,
		"clone": true,
		"restore": false,
		"update": true,
		"delete": true
	}
}
```

## Workflow Library Example

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