executions
List Execution Transitions
executions
List Execution Transitions
GET
/
executions
/
{execution_id}
/
transitions
{
"items": [
{
"type": "init",
"output": "<any>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"current": {
"workflow": "<string>",
"step": 123
},
"next": {
"workflow": "<string>",
"step": 123
},
"step_label": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"metadata": {}
}
]
}
Authorizations
Path Parameters
Query Parameters
Available options:
created_at
, updated_at
Available options:
asc
, desc
Response
200
application/json
Successful Response
Available options:
init
, init_branch
, finish
, finish_branch
, wait
, resume
, error
, step
, cancelled
Maximum length:
120
{
"items": [
{
"type": "init",
"output": "<any>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"execution_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"current": {
"workflow": "<string>",
"step": 123
},
"next": {
"workflow": "<string>",
"step": 123
},
"step_label": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"metadata": {}
}
]
}