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

Get asset details by its ID.

<Note>
  External Documentation

  To learn more, visit the [Dots documentation](https://intercom.help/dots-tech/en/articles/12587376-dots-public-api-getting-started-guide#h_04b3ce40fc).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                            |
  | --------- | -------------------------------------- |
  | Asset ID  | The ID of the asset to get details on. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "0ac8facb-a822-4557-ae17-346a20644018",
	"name": "Test asset ",
	"model": "Test asset model name",
	"condition": "USED",
	"serialNumber": "Test asset serial number",
	"diskEncryption": "No disc encryption ",
	"purchaseDate": "2025-11-03T00:00:00.000Z",
	"status": "IN_USE",
	"dpn": "CS-NT-APL-2445-0024",
	"application": null,
	"keyboardLanguage": "UK ENGLISH",
	"productCode": "Test asset MPN",
	"ipAddress": "Test asset IP",
	"notes": "Test asset note ",
	"sku": null,
	"price": 100,
	"image": "Test asset immage url",
	"warrantyUntil": "2025-11-25T00:00:00.000Z",
	"assignee": {
		"fullName": "DOTS TEST API",
		"email": "dotstestapu@gmail.com"
	},
	"os": {
		"name": null,
		"version": null
	},
	"brand": {
		"name": "Apple"
	},
	"subcategory": {
		"name": "Notebooks & Laptops"
	},
	"category": {
		"name": "Computer systems"
	}
}
```

## Workflow Library Example

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