v1

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

Get a batch of Assessment Run History details

Get a batch of Assessment Run History details.

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

Request body

Response

Fetched

sysIdstring

ID of the Assessment run history

createdOnstring date-time

Assessment run created on

updatedOnstring date-time

Assessment run updated on

milestonestring

Name of the milestone (only present if this history entry represents a milestone)

hyperscaler_milestone_numberinteger

Milestone number

Example response

[
  {
    "policy_scans": [
      {
        "status": "Queued"
      }
    ]
  }
]