Parameters
Example Output
Workflow Library Example
Get Asset Software with Spektion and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"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
}
Was this page helpful?