---
title: "GET /workflowstepgroups#workflowId"
method: GET
path: "/workflowstepgroups#workflowId"
---

# GET /workflowstepgroups#workflowId

`GET /workflowstepgroups#workflowId`

List the step groups in a migration workflow.

## Query parameters

- `nextToken` string
- `maxResults` integer
- `workflowId` string, required

## Response `200`

Success

- ListWorkflowStepGroupsResponse
  - `nextToken` string — The pagination token.
  - `workflowStepGroupsSummary` WorkflowStepGroupSummary[], required — The summary of step groups in a migration workflow.
    - `id` string — The ID of the step group.
    - `name` string — The name of the step group.
    - `owner` 'AWS_MANAGED' | 'CUSTOM' — The owner of the step group.
    - `status` 'AWAITING_DEPENDENCIES' | 'READY' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'PAUSED' | 'PAUSING' | 'USER_ATTENTION_REQUIRED' — The status of the step group.
    - `previous` StringListMember[] — The previous step group.
    - `next` StringListMember[] — The next step group.

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