Get report issues API in Assisted Tests
Use this API to get issue details of a scan run report from Assisted Tests.
get report issues
For geo-restricted data, use the following endpoints:
https://accessibility-eu.browserstack.com/api/assisted-test/v1/reports/issues?report_id={report_id} (European Union)
https://accessibility-in.browserstack.com/api/assisted-test/v1/reports/issues?report_id={report_id} (India)
Request parameters
Request
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
https://api-accessibility.browserstack.com/api/assisted-test/v1/reports/issues?report_id={report_id}
Request
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
https://api-accessibility.browserstack.com/api/assisted-test/v1/reports/issues?task_id={task_id}
- 
  
next_page String
Used to fetch subsequent pages from the API when has_next parameter is true. Pass the next_page reference received in the response of last request.
 
Response Attributes 200 OK JSON
Response
{
    "id": 83215,
    "name": "Sample Scan",
    "time": "2024-09-30T06:30:00.000Z",
    "needsReview": true,
    "bestPractices": false,
    "scanType": "Full page",
    "assistedTestType" : "Keyboard",
    "engineInfo": {
            "name": "a11y_engine",
            "version": "2.6.0"
    },
    "report_link": {CSV_file_link}
}
- 
  
id Integer
Unique ID of the report.
 - 
  
name String
Name of the report.
 - 
  
time String
Timestamp of the report.
 - 
  
needsReview Boolean
True if issues that require manual confirmation are included.
 - 
  
bestPractices Boolean
True if best practices rules are included. These are not WCAG violations but are good to have to ensure accessibility.
 - Show 5 more
 - 
  
scanType String
Indicates whether the scope of the scan was the entire page or part of the page.
 - 
  
assistedTestType String
Type of scan.
 - 
  
engineInfo Object
▶ SHOW VALUESContains test engine info.
- 
  
testEngine Object
▶ SHOW VALUESName and version of the rule engine used.
- 
  
name String
Name of the rules engine.
 - 
  
version String
Version of the rules engine.
 
 - 
  
 
 - 
  
 - 
  
report_link String
A hyperlink of the CSV file.
 - 
  
pagination Object
▶ SHOW VALUESContains information to facilitate fetching additional records if they exist.
- 
  
has_next Boolean
True if there are more records to fetch. False if the current response is the last page of records.
 - 
  
next_page String
A reference to the next page. Pass this as a request parameter in the subsequent request as “next_page” to get the next page of records.
 
 - 
  
 
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.