--- title: "List workflow pipelines" description: "Get all pipeline executions for a specific workflow" source: https://flowdrop.io/docs/api/pipeline/listWorkflowPipelines site: FlowDrop documentation --- # List workflow pipelines `GET /workflow/{workflow_id}/pipelines` Get all pipeline executions for a specific workflow ## Parameters - `workflow_id` · in path · string · required — Workflow ID or machine name - `status` · in query · string (pending | running | completed | failed | cancelled) — Filter by pipeline status ## Responses - `200` — List of pipeline executions (`application/json`: PipelineListResponse) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Pipeline*