---
title: "Get Assessment Versions"
method: POST
path: "/v1/well-architected-framework/assessment-version/batch"
tags: ["WafAssessmentDefinitionVersions"]
---

# Get Assessment Versions

`POST /v1/well-architected-framework/assessment-version/batch`

Fetch a batch of Assessment Versions

## 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

- WellArchitectedFrameworkAssessmentDefinitionVersion[]
  - `sysId` string — Identifier of the version
  - `createdOn` string, date-time — Version created on
  - `updatedOn` string, date-time — Version updated on
  - `version` integer
  - `definition` 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
  - `predecessor` 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
  - `details` WellArchitectedFrameworkAssessmentConfiguration
    - `workload_id` string — ID of the Workload Definition to use for this assessment
    - `framework_ids` string[]
    - `sync_with_hyperscaler` WellArchitectedFrameworkAssessmentSync
      - `AWS` WellArchitectedFrameworkAssessmentAwsSyncFields
        - `cloud_account_id` string — ID of cloud account
        - `region` string — Name of region
        - `partner_id` string — AWS Partner Network(APN) reference ID
  - `version_state` 'Draft' | 'Approved' | 'Rejected' — State of the version

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `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)
