> ## 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 Cloud Discovery Scan Results

Retrieve a list of all cloud discovery scan reports.

<Note>
  External Documentation

  To learn more, visit the [Prisma Cloud CWP documentation](https://pan.dev/prisma-cloud/api/cwpp/get-cloud-discovery/).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter   | Description                                               |
  | ----------- | --------------------------------------------------------- |
  | Account IDs | A comma-separated list of credential IDs to filter by.    |
  | Limit       | The maximum number of items to return from a collection.  |
  | Offset      | The offset of the first item to return from a collection. |
  | Providers   | A comma-separated list of providers to filter by.         |
  | Reverse     | Select to sort the results in reverse order.              |
  | Sort By     | Sort the results using a key.                             |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter      | Description                                                           |
  | -------------- | --------------------------------------------------------------------- |
  | Account Name   | A comma-separated list of account names to filter by.                 |
  | Agentless      | Select to retrieve host names that are scanned by agentless scanning. |
  | Registry Names | A comma-separated list of registry names to filter by.                |
  | Service Type   | A comma-separated list of service types to filter by.                 |
  | Zone           | A comma-separated list of zones to filter by.                         |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"accountID": "string",
		"accountName": "string",
		"agentless": true,
		"collections": [
			"string"
		],
		"credentialId": "string",
		"defended": 0,
		"defenseCoverage": 0,
		"err": "string",
		"nodes": 0,
		"project": "string",
		"provider": [
			"aws",
			"azure"
		],
		"region": "string",
		"registry": "string",
		"registryTags": {},
		"serviceType": [
			"aws-ecr",
			"aws-lambda"
		],
		"total": 0,
		"undefended": 0,
		"zone": "string"
	}
]
```

## Workflow Library Example

[List Cloud Discovery Scan Results with Prisma Cloud Cwp and Send Results Via Email](https://library.blinkops.com/workflows/list-cloud-discovery-scan-results-with-prisma-cloud-cwp-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-cloud-discovery-scan-results-with-prisma-cloud-cwp-and-send-results-via-email/canvas" />
</div>
