v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431159117.0 KB

Get a step group in a template.

get/templates/{templateId}/stepgroups/{id}

Path parameters

templateIdstring required

The ID of the template.

idstring required

The ID of the step group.

Response

Success

templateIdstring

The ID of the template.

idstring

The ID of the step group.

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.

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.

previousStringListMember[]

The previous step group.

nextStringListMember[]

The next step group.