--- title: "List execution history" description: "Retrieve execution history across all workflows.\nSupports filtering by workflow, status, and date range.\n" source: https://flowdrop.io/docs/api/pipeline/listExecutions site: FlowDrop documentation --- # List execution history `GET /executions` Retrieve execution history across all workflows. Supports filtering by workflow, status, and date range. ## Parameters - `workflow_id` · in query · string — Filter by workflow UUID - `status` · in query · string (pending | running | completed | failed | cancelled) — Filter by execution status - `limit` · in query · integer — Maximum number of results - `offset` · in query · integer — Number of results to skip ## Responses - `200` — Execution history retrieved successfully (`application/json`: PipelineListResponse) - `400` — Bad request - invalid parameters or request body (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Pipeline*