Get workflow run status

Returns the current status of a workflow run.

get/v1/workflowRun/{runId}/status

Path parameters

runIdstring required

Unique identifier of the workflow run.

Response

OK

statusstring required

Current status of the workflow run (e.g. running, completed, failed).

Changes