v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431159117.0 KB

Get the step group of a migration workflow.

get/workflowstepgroup/{id}#workflowId

Path parameters

idstring required

The ID of the step group.

Query parameters

workflowIdstring required

The ID of the migration workflow.

Response

Success

idstring

The ID of the step group.

workflowIdstring

The ID of the migration workflow.

namestring

The name of the step group.

descriptionstring

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.

creationTimestring date-time

The time at which the step group was created.

lastModifiedTimestring date-time

The time at which the step group was last modified.

endTimestring date-time

The time at which the step group ended.

previousStringListMember[]

The previous step group.

nextStringListMember[]

The next step group.