---
title: "GET /migrationworkflows"
method: GET
path: "/migrationworkflows"
---

# GET /migrationworkflows

`GET /migrationworkflows`

List the migration workflows.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `templateId` string
- `adsApplicationConfigurationName` string
- `status` 'CREATING' | 'NOT_STARTED' | 'CREATION_FAILED' | 'STARTING' | 'IN_PROGRESS' | 'WORKFLOW_FAILED' | 'PAUSED' | 'PAUSING' | 'PAUSING_FAILED' | 'USER_ATTENTION_REQUIRED' | 'DELETING' | 'DELETION_FAILED' | 'DELETED' | 'COMPLETED'
- `name` string

## Response `200`

Success

- ListMigrationWorkflowsResponse
  - `nextToken` string — The pagination token.
  - `migrationWorkflowSummary` MigrationWorkflowSummary[], required — The summary of the migration workflow.
    - `id` string — The ID of the migration workflow.
    - `name` string — The name of the migration workflow.
    - `templateId` string — The ID of the template.
    - `adsApplicationConfigurationName` 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.
    - `creationTime` string, date-time — The time at which the migration workflow was created.
    - `endTime` string, date-time — The time at which the migration workflow ended.
    - `statusMessage` string — The status message of the migration workflow.
    - `completedSteps` integer — The steps completed in the migration workflow.
    - `totalSteps` integer — All the steps in a migration workflow.

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