Skip to main content
Retrieve a list of all assets.

Parameters

ParameterDescription
HostnameThe hostname of the asset to filter by.
LimitThe maximum number of results to return.
OffsetThe offset from which to start returning results.

Example Output

{
	"items": [
		{
			"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
			"hostname": "string",
			"domain": "string",
			"platform": "string",
			"os_version": "string",
			"os_family": "string",
			"first_seen": "2026-04-15T13:46:17.520Z",
			"last_seen": "2026-04-15T13:46:17.520Z",
			"is_online": true,
			"agent_version": "string",
			"ip_address": "string",
			"software_count": 0,
			"vulnerability_count": 0,
			"risk_count": 0,
			"importance": 0,
			"score": 0
		}
	],
	"offset": 0,
	"count": 0,
	"total_count": 0
}

Workflow Library Example

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