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

Retrieve a list of all software installed on a specific asset.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                   |
  | --------- | --------------------------------------------------------------------------------------------- |
  | Asset ID  | The ID of the asset to retrieve software for. Can be retrieved using the `ListAssets` action. |
  | Limit     | The maximum number of results to return.                                                      |
  | Offset    | The offset from which to start returning results.                                             |
</div>

## Example Output

```json theme={"dark"}
{
	"items": [
		{
			"software_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
			"software_name": "string",
			"versions": [
				"string"
			],
			"score": 0,
			"installed_at": "2026-04-15T13:42:02.198Z"
		}
	],
	"offset": 0,
	"count": 0,
	"total_count": 0
}
```

## Workflow Library Example

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