v1

latestSwagger 2.02026-07-13285166341.1 KB
ActivityRuns

Get the ActivityRunStatus of an ActivityRun

Gets the ActivityRunStatus of an ActivityRun. When successful, the response is the requested ActivityRunStatus. If unsuccessful, an appropriate ApiError is returned.

get/api/v2/activityRuns/{activityRunID}/status

Path parameters

activityRunIDinteger required

The ID of the ActivityRun to get ActivityRunStatus for.

Response

OK

Status'Ready' | 'InProgress' | 'Succeeded' | 'Cancelled' | 'Failed'

The status of the ActivityRun

CurrentStepinteger

The activity step currently executing, indicated by numeric order

StepStatusstring

The status text from the currently executing step

StepProgressinteger

The percent progress from the currently executing step. This value shall be null if progress is not available