Get scan list API in Website Scanner
Use this API to get a list of scans executed by the Website Scanner along with the basic details of these scans.
get scan list
For geo-restricted data, use the following endpoints:
https://accessibility-eu.browserstack.com/api/website-scanner/v1/scans (European Union)
https://accessibility.browserstack.com/api/website-scanner/v1/scans (United States)
https://accessibility-in.browserstack.com/api/website-scanner/v1/scans (India)
Request parameters
Request
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
https://api-accessibility.browserstack.com/api/website-scanner/v1/scans
Response Attributes 200 OK JSON
Response
{
"scans": [
{
"id": 98036,
"name": "Live Automated Profiling Report 1726553625",
"createdBy": 8652120,
"wcagVersion": "WCAG 2.1 AA",
"recurring": true,
"active": true,
"nextScanDate": "2024-10-03T15:15:00.000Z",
"status": isProcessing,
"advanced": true,
"localTestingEnabled": false,
"authEnabled": false
"pageCount": 1,
"scan_url": "Url to scan config"
"lastScanDetails": {
"reportId": 256401,
"lastScanDate": "2024-08-28T06:30:00.000Z",
"scanStatus": "completed",
"issues": 1864,
"reportSummary": {
"failure": 0,
"success": 0,
"redirect": 397
},
"error": null
},
},
{
"id": 7180,
...
},
.
.
],
"pagination": {
"has_next": true,
"next_page": "eyJhbGciOiJIUzI1NiJ9.eyJwYWdlIjoxLCJwYWdlX3NpemUiOjEwLCJidWlsZF91dWlkIjoic3pkdGplMnhsaHNydWZkajF3bnJnYnZndnNmZzJjdGRsdWt4Nnl5eCIsImV4cCI6MTczNjY4NDA1OH0.sLI7hWQwE_bB6AB-ORgz1K6D2VIHqH_H39qK8Jh3HqA"
}
}
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.