API Docs / Operations / Task - Workflows / Get Workflow Step

Get Workflow Step

GET /tenants/{tenant}/tasks/{taskCode}/workflow/groups/{groupNumber}/steps/{stepNumber}

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

NameTypeDescription
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

401 Unauthorized - Invalid or missing API key