executions

List Execution Transitions

get/executions/{execution_id}/transitions

Path parameters

execution_idstring uuid required

Query parameters

limitinteger
offsetinteger
sort_by'created_at' | 'updated_at'
direction'asc' | 'desc'
scope_idstring uuid nullable

Response

Successful Response

Changes

Changed in 2 of the 44 revisions of this API.4

    • added the new optional query request parameter scope_id

      new-optional-request-parameter

    • added the required property items/items/current/scope_id to the response with the 200 status

      response-required-property-added

    • added the required property items/items/next/anyOf[subschema #1: TransitionTarget]/scope_id to the response with the 200 status

      response-required-property-added

    • added the optional property items/items/step_label to the response with the 200 status

      response-optional-property-added