External DocumentationTo learn more, visit the PortSwigger Burp Suite DAST documentation.
Actions
List Scans
Retrieve the id and status of all scans in the database.

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.
{
"data": {
"scans": [
{
"id": "21029",
"status": "succeeded"
},
{
"id": "21028",
"status": "succeeded"
},
{
"id": "21027",
"status": "succeeded"
}
]
}
}
Was this page helpful?