v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1431159117.0 KB

Get a specific step in a template.

get/templatestep/{id}#templateId&stepGroupId

Path parameters

idstring required

The ID of the step.

Query parameters

templateIdstring required

The ID of the template.

stepGroupIdstring required

The ID of the step group.

Response

Success

idstring

The ID of the step.

stepGroupIdstring

The ID of the step group.

templateIdstring

The ID of the template.

namestring

The name of the step.

descriptionstring

The description of the step.

stepActionType'MANUAL' | 'AUTOMATED'

The action type of the step. You must run and update the status of a manual step for the workflow to continue after the completion of the step.

creationTimestring

The time at which the step was created.

previousStringListMember[]

The previous step.

nextStringListMember[]

The next step.