WafAssessmentRuns
Fetch an assessment run report by ID
Get a report for an assessment
get/v1/well-architected-framework/assessment/report/item/{report_id}
Path parameters
report_idstring required
ID of the report to fetch. This can be retrieved using Report Generation API.
Response
Fetched
Example response
{
"report_configuration": {
"export_format": "PDF"
},
"status": "InProgress"
}