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

Retrieve a specific asset for a specific client.

<Note>
  External Documentation

  To learn more, visit the [PlexTrac documentation](https://api-docs.plextrac.com/#25f3e32d-07a5-4f16-939d-d5b792ee92d7).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                           |
  | --------- | --------------------------------------------------------------------------------------------------------------------- |
  | Asset ID  | The ID of the asset to get info for. Can be retrieved from the 'List Client Assets', or 'List Tenant Assets' actions. |
  | Client ID | The ID of the client whose asset get info for belongs to. Can be retrieved from the 'List Clients' action.            |
</div>

## Example Output

```json theme={"dark"}
{
	"asset": "Test Asset",
	"assetCriticality": "High",
	"child_assets": {},
	"client_id": 1045,
	"created": "Thu Jun 01 2023 18:11:51 GMT+0000",
	"createdAt": 1685643111192,
	"data_owner": "Data Owner",
	"description": "<p>Asset Description</p>",
	"dns_name": "DNS Name",
	"doc_type": "client_asset",
	"findings": {},
	"host_fqdn": "Host FQDN",
	"host_rdns": "Host RDNS",
	"hostname": "Hostname",
	"id": "75c648f9-6ef7-48a5-8c8f-1baa49befcf9",
	"knownIps": [
		"1.1.1.1",
		"52.52.52.52"
	],
	"mac_address": "MAC Address",
	"netbios_name": "NetBIOS Name",
	"notes": [
		{
			"created": "Fri Aug 25 2023 17:14:00 GMT+0000",
			"author": "test.email@plextrac.com",
			"note": "Asset Note"
		}
	],
	"operating_system": [
		"windows"
	],
	"parent_asset": {
		"asset": "Test Parent Asset",
		"id": "27d16919-17f6-4432-8814-66c734b1413c"
	},
	"pci_status": "pass",
	"physical_location": "Physical Location",
	"ports": {
		"1234": {
			"number": "1234",
			"protocol": "protocol",
			"service": "service",
			"version": "version"
		}
	},
	"system_owner": "System Owner",
	"tags": [
		"test_tag"
	],
	"total_cves": "5",
	"type": "Workstation",
	"updatedAt": 1692983640863
}
```

## Workflow Library Example

[Get Asset with Plextrac and Send Results Via Email](https://library.blinkops.com/workflows/get-asset-with-plextrac-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-asset-with-plextrac-and-send-results-via-email/canvas" />
</div>
