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

Get the details of a specific asset by asset tag.

## Parameters

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

## Example Output

```json theme={"dark"}
{
	"total": 1,
	"rows": [
		{
			"id": 1,
			"name": "<string>",
			"asset_tag": "<string>",
			"serial": "<string>",
			"model": {
				"id": 2,
				"name": "<string>"
			},
			"byod": false,
			"requestable": false,
			"model_number": "<string>",
			"eol": "<string>",
			"asset_eol_date": {
				"date": "2028-01-26",
				"formatted": "Wed Jan 26, 2028"
			},
			"status_label": {
				"id": 1,
				"name": "<string>",
				"status_type": "<string>",
				"status_meta": "<string>"
			},
			"category": {
				"id": 1,
				"name": "<string>"
			},
			"manufacturer": null,
			"supplier": {
				"id": 2,
				"name": "<string>"
			},
			"notes": "<string>",
			"order_number": "<string>",
			"company": null,
			"location": {
				"id": 11,
				"name": "<string>"
			},
			"rtd_location": {
				"id": 2,
				"name": "<string>"
			},
			"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-02-20 11:59:42",
				"formatted": "Thu Feb 20, 2025 11:59AM"
			},
			"updated_at": {
				"datetime": "2025-03-20 00:01:42",
				"formatted": "Thu Mar 20, 2025 12:01AM"
			},
			"last_audit_date": null,
			"next_audit_date": null,
			"deleted_at": null,
			"purchase_date": {
				"date": "2025-01-26",
				"formatted": "Sun Jan 26, 2025"
			},
			"age": "<string>",
			"last_checkout": null,
			"last_checkin": null,
			"expected_checkin": null,
			"purchase_cost": "<string>",
			"checkin_counter": 2,
			"checkout_counter": 2,
			"requests_counter": 1,
			"user_can_checkout": true,
			"book_value": "<string>",
			"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 by Serial with Snipe It and Send Results Via Email](https://library.blinkops.com/workflows/get-hardware-by-serial-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-by-serial-with-snipe-it-and-send-results-via-email/canvas" />
</div>
