v1

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

Get a batch of assessment run details

Get a batch of assessment run

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

Request body

Response

Fetched

sysIdstring

ID of the Assessment run

createdOnstring date-time

Assessment run created on

updatedOnstring date-time

Assessment run updated on

status'InProgress' | 'Abandoned' | 'Completed'

Status of the assessment run

hyperscaler_workload_idstring

ARN of workload created when synced to AWS

sync_failure_reasonstring

Sync failure reason

Example response

[
  {
    "status": "InProgress"
  }
]