---
title: "GET /migrationworkflowtemplate/{id}"
method: GET
path: "/migrationworkflowtemplate/{id}"
---

# GET /migrationworkflowtemplate/{id}

`GET /migrationworkflowtemplate/{id}`

Get the template you want to use for creating a migration workflow.

## Path parameters

- `id` string, required

## Response `200`

Success

- GetMigrationWorkflowTemplateResponse
  - `id` string — The ID of the template.
  - `templateArn` string — &gt;The Amazon Resource Name (ARN) of the migration workflow template. The format for an Migration Hub Orchestrator template ARN is <code>arn:aws:migrationhub-orchestrator:region:account:template/template-abcd1234</code>. For more information about ARNs, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon Resource Names (ARNs)</a> in the <i>AWS General Reference</i>.
  - `name` string — The name of the template.
  - `description` string — The time at which the template was last created.
  - `inputs` TemplateInput[] — The inputs provided for the creation of the migration workflow.
    - `inputName` string — The name of the template.
    - `dataType` 'STRING' | 'INTEGER' | 'STRINGLIST' | 'STRINGMAP' — The data type of the template input.
    - `required` boolean — Determine if an input is required from the template.
  - `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.
  - `creationTime` string, date-time — The time at which the template was last created.
  - `owner` string — The owner of the migration workflow template.
  - `status` 'CREATED' | 'READY' | 'PENDING_CREATION' | 'CREATING' | 'CREATION_FAILED' — The status of the template.
  - `statusMessage` string — The status message of retrieving migration workflow templates.
  - `templateClass` string — <p>The class of the migration workflow template. The available template classes are:</p> <ul> <li> <p>A2C</p> </li> <li> <p>MGN</p> </li> <li> <p>SAP_MULTI</p> </li> <li> <p>SQL_EC2</p> </li> <li> <p>SQL_RDS</p> </li> <li> <p>VMIE</p> </li> </ul>
  - `tags` object — The tags added to the migration workflow template.

## Other responses

- `480` — ThrottlingException
- `481` — AccessDeniedException
- `482` — InternalServerException
- `483` — 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)
