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
queryrequest parameterscope_idnew-optional-request-parameter
- ○
added the required property
items/items/current/scope_idto the response with the200statusresponse-required-property-added
- ○
added the required property
items/items/next/anyOf[subschema #1: TransitionTarget]/scope_idto the response with the200statusresponse-required-property-added
- ○
- ○
added the optional property
items/items/step_labelto the response with the200statusresponse-optional-property-added
- ○