Skip to main content
Retrieve a list of all software.

Parameters

ParameterDescription
LimitThe maximum number of results to return.
NameThe name of the software to filter by.
OffsetThe offset from which to start returning results.

Example Output

{
	"items": [
		{
			"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
			"name": "string",
			"publisher": "string",
			"category": "string",
			"platform": "string",
			"asset_count": 0,
			"version_count": 0,
			"cve_count": 0,
			"detection_count": 0,
			"score": 0,
			"created_at": "2026-04-15T13:21:36.603Z",
			"has_runtime_weakness": true,
			"has_remote_exploitability": true
		}
	],
	"offset": 0,
	"count": 0,
	"total_count": 0
}

Workflow Library Example

List Software with Spektion and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop