Skip to content

Workflow.runs

Beta: This API may change shape in 0.1.x. It is not a frozen 1.0 contract.

Runs of this workflow.

Server: GET /api/workflows/{id}/runs/.

Signature

@property
runs -> ResourceCollection[WorkflowRun]

HTTP parameters

Name In Type Required Default
workflow_id path string yes -
limit query integer no 100
offset query integer no 0

Return shape

HTTP 200 — OK

Schema: PagedWorkflowRunOut

Field Type Required
count integer yes
items array<WorkflowRunOut> yes

Permission

Required permission: Any signed-in user

HTTP

GET /api/workflows/{id}/runs/ (listWorkflowRuns)

Usage

workflow.runs