---
title: "GET /workflowstepgroup/{id}#workflowId"
method: GET
path: "/workflowstepgroup/{id}#workflowId"
---

# GET /workflowstepgroup/{id}#workflowId

`GET /workflowstepgroup/{id}#workflowId`

Get the step group of a migration workflow.

## Path parameters

- `id` string, required

## Query parameters

- `workflowId` string, required

## Response `200`

Success

- GetWorkflowStepGroupResponse
  - `id` string — The ID of the step group.
  - `workflowId` string — The ID of the migration workflow.
  - `name` string — The name of the step group.
  - `description` string — The description of the step group.
  - `status` 'AWAITING_DEPENDENCIES' | 'READY' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'PAUSED' | 'PAUSING' | 'USER_ATTENTION_REQUIRED' — The status of the step group.
  - `owner` 'AWS_MANAGED' | 'CUSTOM' — The owner of the step group.
  - `creationTime` string, date-time — The time at which the step group was created.
  - `lastModifiedTime` string, date-time — The time at which the step group was last modified.
  - `endTime` string, date-time — The time at which the step group 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.
  - `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)
