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

Retrieve a list of all software.

## Parameters

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

## Example Output

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