---
title: "GET /migrationworkflow/{id}"
method: GET
path: "/migrationworkflow/{id}"
---

# GET /migrationworkflow/{id}

`GET /migrationworkflow/{id}`

Get migration workflow.

## Path parameters

- `id` string, required

## Response `200`

Success

- GetMigrationWorkflowResponse
  - `id` string — The ID of the migration workflow.
  - `arn` string — The Amazon Resource Name (ARN) of the migration workflow.
  - `name` string — The name of the migration workflow.
  - `description` string — The description of the migration workflow.
  - `templateId` string — The ID of the template.
  - `adsApplicationConfigurationId` string — The configuration ID of the application configured in Application Discovery Service.
  - `adsApplicationName` string — The name of the application configured in Application Discovery Service.
  - `status` 'CREATING' | 'NOT_STARTED' | 'CREATION_FAILED' | 'STARTING' | 'IN_PROGRESS' | 'WORKFLOW_FAILED' | 'PAUSED' | 'PAUSING' | 'PAUSING_FAILED' | 'USER_ATTENTION_REQUIRED' | 'DELETING' | 'DELETION_FAILED' | 'DELETED' | 'COMPLETED' — The status of the migration workflow.
  - `statusMessage` string — The status message of the migration workflow.
  - `creationTime` string, date-time — The time at which the migration workflow was created.
  - `lastStartTime` string, date-time — The time at which the migration workflow was last started.
  - `lastStopTime` string, date-time — The time at which the migration workflow was last stopped.
  - `lastModifiedTime` string, date-time — The time at which the migration workflow was last modified.
  - `endTime` string, date-time — The time at which the migration workflow ended.
  - `tools` Tool[] — List of AWS services utilized in a migration workflow.
    - `name` string — The name of an AWS service.
    - `url` string — The URL of an AWS service.
  - `totalSteps` integer — The total number of steps in the migration workflow.
  - `completedSteps` integer — Get a list of completed steps in the migration workflow.
  - `workflowInputs` object — The inputs required for creating the migration workflow.
  - `tags` object — The tags added to the migration workflow.
  - `workflowBucket` string — The Amazon S3 bucket where the migration logs are stored.

## Other responses

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

---

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