---
title: "Get a batch of Assessment Run History Question details"
method: POST
path: "/v1/well-architected-framework/assessment-run-question/batch"
tags: ["WafAssessmentRuns"]
---

# Get a batch of Assessment Run History Question details

`POST /v1/well-architected-framework/assessment-run-question/batch`

Get a batch of Assessment Run History Question details.

## Query parameters

- `assessment_run_history_id` string

## Request body

- RecordIdentityBatchRequest
  - `ids` RecordIdentity[]
    - `sysId` string — Unique Identifier of the tracked item
    - `lastUpdate` string, date-time — Last update of the tracked item
    - `table` string — Context of the tracked item

## Response `200`

Fetched

- WellArchitectedFrameworkAssessmentRunQuestion[]
  - `sysId` string — ID of the Assessment run question
  - `createdOn` string, date-time — Assessment run question created on
  - `updatedOn` string, date-time — Assessment run question created on
  - `assessment_run_history` RecordIdentity
    - `sysId` string — Unique Identifier of the tracked item
    - `lastUpdate` string, date-time — Last update of the tracked item
    - `table` string — Context of the tracked item
  - `framework_id` string — Identity of the Framework
  - `pillar_id` string — Identity of the Pillar
  - `question_id` string — Identity of the Question
  - `answers` WellArchitectedFrameworkAssessmentRunAnswer[]
    - `best_practice_id` string — Identity of the Best Practice
    - `status` 'Open' | 'NotApplicable' | 'Unanswered' | 'Verified' | 'VerifiedWithException' — Status of the question or best practice
    - `createdBy` string — User ID of user who provided this answer
    - `createdOn` string, date-time — When the answer was provided
    - `owner` string — User ID of the owner of this answer
    - `assigned_to` string[] — List of user IDs assigned to this answer
    - `attachment_ids` string[] — List of Attachment IDs assigned to this answer
    - `comment_id` string — Unique ID for this comment
    - `comment` string — Comment added to this answer
    - `recommendation` string — Markdown text of the recommendation if edited by the user
    - `sync_failure_reason` string — Sync failure reason
  - `sync_failure_reason` string — Sync failure reason

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
