List Scans
Retrieve the id and status of all scans in the database.
External Documentation
To learn more, visit the PortSwigger documentation.
Example Output
{
"data": {
"scans": [
{
"id": "21029",
"status": "succeeded"
},
{
"id": "21028",
"status": "succeeded"
},
{
"id": "21027",
"status": "succeeded"
}
]
}
}
Workflow Library Example
List Scans with Portswigger and Send Results Via Email
Preview this Workflow on desktop