---
title: "GET /templates/{templateId}/stepgroups/{id}"
method: GET
path: "/templates/{templateId}/stepgroups/{id}"
---

# GET /templates/{templateId}/stepgroups/{id}

`GET /templates/{templateId}/stepgroups/{id}`

Get a step group in a template.

## Path parameters

- `templateId` string, required
- `id` string, required

## Response `200`

Success

- GetTemplateStepGroupResponse
  - `templateId` string — The ID of the template.
  - `id` string — The ID of the step group.
  - `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.
  - `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.
  - `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)
