list_workflow_runs
List all runs of a given workflow, optionally filtering to show only archived runs.
Instructions
List the runs of one workflow. Note this route takes archivedOnly (show ONLY archived runs), which is not the same as list_runs' includeArchived.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflowId | Yes | The workflow's id. | |
| archivedOnly | No | True to list only archived runs. Defaults to false. |