v1

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

Get a batch of Assessment Run History Question details

Get a batch of Assessment Run History Question details.

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

Query parameters

assessment_run_history_idstring

ID of the Assessment Run History

Request body

Response

Fetched

sysIdstring

ID of the Assessment run question

createdOnstring date-time

Assessment run question created on

updatedOnstring date-time

Assessment run question created on

framework_idstring

Identity of the Framework

pillar_idstring

Identity of the Pillar

question_idstring

Identity of the Question

sync_failure_reasonstring

Sync failure reason

Example response

[
  {
    "answers": [
      {
        "status": "Open"
      }
    ]
  }
]