v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
WafAssessmentRuns

List of assessment run report details

List of assessment run report details

post/v1/well-architected-framework/assessment/report/batch

Request body

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"
  }
]