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

Retrieves the list of assets for a tenant.

<Note>
  External Documentation

  To learn more, visit the [PlexTrac documentation](https://api-docs.plextrac.com/#47b8f7ee-84f6-48c6-81e9-f3eeae4edb70).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                       |
  | ------------ | ------------------------------------------------- |
  | Filter By    | Choose to filter results by the following fields. |
  | Filter Value | The Value to filter the results by.               |
  | Limit        | The maximal number of returned results.           |
  | Offset       | Number of the results to initially skip.          |
</div>

## Example Output

```json theme={"dark"}
{
	"status": "success",
	"assets": [
		{
			"asset": "testing asset",
			"assetCriticality": "High",
			"child_assets": {},
			"client_id": 1618,
			"created": "2022-05-12T13:44:51.087Z",
			"createdAt": 1652363091087,
			"doc_type": "client_asset",
			"findings": {},
			"id": "62f14f93-52f0-4fc5-86de-fff2c7fe397c",
			"knownIps": [],
			"parent_asset": null,
			"updatedAt": 1652363091087
		},
		{
			"asset": "Testing Asset",
			"child_assets": {},
			"client_id": 3001,
			"created": "Thu Nov 03 2022 16:01:52 GMT+0000",
			"createdAt": 1667491312170,
			"doc_type": "client_asset",
			"findings": {
				"13627860": {
					"client_id": 3001,
					"createdAt": 1667491314757,
					"id": 13627860,
					"ports": {},
					"severity": "Low",
					"status": "Open",
					"updatedAt": 1667491314757,
					"title": "Content type incorrectly stated - testing",
					"instances": {
						"500338": {
							"report_id": 500338,
							"report_severity": "Low",
							"report_status": "Open",
							"report_flaw_title": "Content type incorrectly stated - testing",
							"createdAt": 1667491314757,
							"updatedAt": 1667491314757
						}
					}
				}
			},
			"id": "25d351a2-b35a-4ff5-8b1b-cff0b40ee4d6",
			"knownIps": [],
			"parent_asset": null,
			"ports": {},
			"updatedAt": 1667491314757
		},
		{
			"asset": "test asset",
			"assetCriticality": "Low",
			"child_assets": {},
			"client_id": 1618,
			"created": "2022-05-12T13:17:35.859Z",
			"createdAt": 1652361455859,
			"doc_type": "client_asset",
			"findings": {},
			"id": "38e91c76-9936-43fa-8afd-a9e40daf5a92",
			"knownIps": [],
			"parent_asset": null,
			"ports": {},
			"updatedAt": 1652361455859
		}
	],
	"meta": {
		"pagination": {
			"limit": 5,
			"offset": 0,
			"total": 51
		},
		"sort": [
			{
				"by": "asset",
				"order": "DESC"
			}
		],
		"filters": [
			{
				"by": "searchTerm",
				"value": "asset"
			}
		]
	}
}
```

## Workflow Library Example

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