Skip to main content
POST
cURL

Authorizations

X-Delegated-Token
string
header
required

Headers

X-Tenant-ID
string
required

Unique identifier of the tenant in the system (usually a store identifier)

Path Parameters

runId
string<uuid>
required

The workflow run identifier

Response

200 - application/json

Default Response

workflowId
string
required
workflowVersion
number
required
runId
string
required
runVersion
number
required
status
enum<string>
required
Available options:
running,
waiting_interaction,
completed,
failed,
cancelled
pendingInteraction
object
interactiveSteps
object[]
result
object
error
object
invalidatedResources
string[]
outcome
object
completionData
object