Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Example Output

{
	"data": {
		"scans": [
			{
				"id": "21029",
				"status": "succeeded"
			},
			{
				"id": "21028",
				"status": "succeeded"
			},
			{
				"id": "21027",
				"status": "succeeded"
			}
		]
	}
}

Workflow Library Example

List Scans with Portswigger Burp Suite Dast and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop