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

# GET /migrationworkflowtemplates

`GET /migrationworkflowtemplates`

List the templates available in Migration Hub Orchestrator to create a migration workflow.

## Query parameters

- `maxResults` integer
- `nextToken` string
- `name` string

## Response `200`

Success

- ListMigrationWorkflowTemplatesResponse
  - `nextToken` string — The pagination token.
  - `templateSummary` TemplateSummary[], required — The summary of the template.
    - `id` string — The ID of the template.
    - `name` string — The name of the template.
    - `arn` string — The Amazon Resource Name (ARN) of the template.
    - `description` string — The description of the template.

## Other responses

- `480` — ThrottlingException
- `481` — AccessDeniedException
- `482` — InternalServerException

---

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