GET
/
workflow-executions
[
  {
    "id": "<string>",
    "run_id": "<string>",
    "start_time": "2023-11-07T05:31:56Z",
    "execution_time": "2023-11-07T05:31:56Z",
    "close_time": "2023-11-07T05:31:56Z",
    "status": "RUNNING",
    "workflow_type": "<string>",
    "task_queue": "<string>",
    "history_length": 123,
    "parent_wf_exec_id": "<string>"
  }
]

Authorizations

fastapiusersauth
string
cookie
required

Query Parameters

trigger
enum<string>[] | null

Trigger type for a workflow execution.

Available options:
manual,
scheduled,
webhook
user_id
limit
integer | null
workspace_id
string
required
workflow_id

Response

200
application/json
Successful Response

The response is of type object[].