External DocumentationTo learn more, visit the Prisma Cloud CWP documentation.
Actions
List Cloud Discovery Scan Results
Retrieve a list of all cloud discovery scan reports.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| 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. |
[
{
"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"
}
]
Was this page helpful?