Get Workflow Step
Retrieves a single workflow step with current status and execution details.
Use this endpoint to:
- Check execution status after calling the Execute endpoint
- Monitor SendEmail step progress (email sent status, message ID)
- Query step details without loading all workflow groups
- Poll for execution completion
For SendEmail steps, the emailExecutionState property will be populated
when the email has been sent, containing the emailMessageId and sentAt timestamp.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| groupNumber* | path integer (int32) | The group number (sort order) from the URL |
The group number (sort order) from the URL |
||
| stepNumber* | path integer (int32) | The step number from the URL |
The step number from the URL |
||
| taskCode* | path string | The task code from the URL |
The task code from the URL |
||
Responses
200 OK
401 Unauthorized - Invalid or missing API key