Get workflow execution status for a specific run

get/workflow/{id}/runs/{rid}/status

Path parameters

idstring required

The id of workflow

ridstring uuid required

The specific run id to target

Response

The workflow status

workflowIdstring

The id of workflow

runIdstring

The specific run id for this execution

status'cancelled' | 'completed' | 'continued_as_new' | 'failed' | 'running' | 'terminated' | 'timed_out' | 'unspecified'

The workflow execution status

startedAtnumber

An epoch timestamp representing when the workflow started

completedAtnumber

An epoch timestamp representing when the workflow ended

Changes

Changed in 4 of the 20 revisions of this API.342

    • added the new cancelled enum value to the response property for the response status

      response-property-enum-value-added

    • removed the canceled enum value from the response property for the response status

      response-property-enum-value-removed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 01552bfa957923See the full diff
    • added to the response body oneOf list for the response status

      response-body-one-of-added

    • the response's body type changed from object to no type for status

      response-body-type-changed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog