pydo.security.get_latest_scan()
Generated on 26 Mar 2026
from pydo version
v0.29.0
Description
To get the latest CSPM scan, send a GET request to /v2/security/scans/latest.
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 |
severity |
string | False | The finding severity level to include. | |
type |
string | False | The finding type to include. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.