cURL
curl --request GET \ --url http://localhost:3001/workflow/runs
{ "runs": [ { "workflowId": "<string>", "workflowType": "<string>", "status": "running", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z" } ], "count": 123 }
Returns a list of workflow runs with optional filtering by workflow type
Filter by workflow type/name
Maximum number of runs to return
1 <= x <= 1000
List of workflow runs
Show child attributes
Total number of runs returned