v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
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

sys_idstring

Unique ID for the report

user_idstring

ID of the user who requested the report

schedule_idstring

Schedule ID of which the report to be generated

email_recipientsstring[]
attachment_idstring

ID of the attachment where the report contents are stored. This will be null until the report has been successfully generated

failure_messagestring

Reason for report generation failure

status'InProgress' | 'Completed' | 'Failed'

Status of the report generation

triggered_atstring date-time

TimeStamp when assessment run report generation was triggered

completed_atstring date-time

TimeStamp when assessment run report generation was completed

Example response

{
  "report_configuration": {
    "export_format": "PDF"
  },
  "status": "InProgress"
}