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

List all assets.

## Basic Parameters

<div className="integrations-table">
  | Parameter    | Description              |
  | ------------ | ------------------------ |
  | Asset Type   | Query by asset type.     |
  | Domain       | Query by domain.         |
  | Workspace ID | The ID of the workspace. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter         | Description                                 |
  | ----------------- | ------------------------------------------- |
  | Account ID        | Query by account ID.                        |
  | Age               | Query by age.                               |
  | Asset Criticality | Query by asset criticality.                 |
  | Group Name        | Query by group name.                        |
  | Limit             | The amount of the records returned.         |
  | Offset            | The starting index of the returning assets. |
  | Scan Status       | Query by scan Status.                       |
</div>

## Example Output

```json theme={"dark"}
{
	"accountName": "securin.io",
	"reconnaissanceAssets": [
		{
			"id": "1b798b7ceac0194a3f23c58e663152fad839698e287dd5c4f9a051d2456120e2",
			"assetAggrId": "80e293006c33244727eeb68805695182303c4afa5ec57fb52ab9fe5ad6b7ec99",
			"asset": "blinkops.com",
			"assetType": "Domain",
			"ipAddress": "",
			"location": "",
			"scanStatus": "Scheduled",
			"isRedirect": false,
			"isCloud": false,
			"cloudProvider": "",
			"firstSeen": "2023-12-14 16:20:37",
			"lastSeen": "2023-12-14",
			"assetCriticality": "Neutral",
			"age": 1,
			"assetSource": "Client",
			"findings": 6,
			"protocol": "",
			"servicePort": "",
			"tags": [],
			"aliasName": "",
			"groups": [
				{
					"group_id": "f09be3c7b1a2b384adece3a6f0c04b82bf324a2d8f5e1b00051af72b9366fd98",
					"group_name": "Blink"
				}
			],
			"refreshAllowed": false,
			"verificationLastActive": "",
			"assetState": "Enabled",
			"isShared": false,
			"isOwnedShared": false,
			"isOwned": true,
			"workspaceId": 10870
		}
	],
	"draw": 1,
	"cloudAssets": 0,
	"recordsFiltered": 1,
	"recordsTotal": 1,
	"assetCount": 23,
	"planLimit": 100000,
	"assetsWithExposure": 0,
	"findingUpdate": false,
	"componentUpdate": false
}
```

## Workflow Library Example

[List Assets with Securin and Send Results Via Email](https://library.blinkops.com/workflows/list-assets-with-securin-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-securin-and-send-results-via-email/canvas" />
</div>
