pydo.security.list_scans()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
To list all CSPM scans, send a GET request to /v2/security/scans.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
per_page |
integer | False | Number of items returned per page | 20 |
page |
integer | False | Which ‘page’ of paginated results to return. | 1 |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.