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

# List Assets

Retrieve a list of all assets.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                       |
  | --------- | ------------------------------------------------- |
  | Hostname  | The hostname of the asset to filter by.           |
  | Limit     | The maximum number of results to return.          |
  | Offset    | The offset from which to start returning results. |
</div>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/list-assets-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/list-assets-with-spektion-and-send-results-via-email/canvas" />
</div>
