---
title: "GET /get-assessment/{id}"
method: GET
path: "/get-assessment/{id}"
---

# GET /get-assessment/{id}

`GET /get-assessment/{id}`

Retrieves the status of an on-going assessment.

## Path parameters

- `id` string, required

## Response `200`

Success

- GetAssessmentResponse
  - `assessmentTargets` AssessmentTarget[] — List of criteria for assessment.
    - `condition` 'EQUALS' | 'NOT_EQUALS' | 'CONTAINS' | 'NOT_CONTAINS', required — Condition of an assessment.
    - `name` string, required — Name of an assessment.
    - `values` String[], required — Values of an assessment.
  - `dataCollectionDetails` object — Detailed information about the assessment.
    - `completionTime` string, date-time — The time the assessment completes.
    - `failed` integer — The number of failed servers in the assessment.
    - `inProgress` integer — The number of servers with the assessment status <code>IN_PROGESS</code>.
    - `servers` integer — The total number of servers in the assessment.
    - `startTime` string, date-time — The start time of assessment.
    - `status` 'IN_PROGRESS' | 'COMPLETE' | 'FAILED' | 'STOPPED' — The status of the assessment.
    - `statusMessage` string — The status message of the assessment.
    - `success` integer — The number of successful servers in the assessment.
  - `id` string — The ID for the specific assessment task.

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ThrottlingException
- `483` — InternalServerException

---

[API](https://skmtc.net/aws/apis/migrationhubstrategy.md) · [All operations](https://skmtc.net/aws/apis/migrationhubstrategy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/migrationhubstrategy/versions/5fde79aed042/schema)
