Skip to main content

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.

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

Parameters

ParameterDescription
Asset IDThe ID of the asset to retrieve software for. Can be retrieved using the ListAssets action.
LimitThe maximum number of results to return.
OffsetThe offset from which to start returning results.

Example Output

{
	"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
Workflow LibraryPreview this Workflow on desktop