--- title: "List pipeline interrupts" description: "List all interrupts associated with a pipeline execution.\nUseful for monitoring workflow progress and pending user actions.\n" source: https://flowdrop.io/docs/api/interrupts/listPipelineInterrupts site: FlowDrop documentation --- # List pipeline interrupts `GET /pipelines/{pipelineId}/interrupts` List all interrupts associated with a pipeline execution. Useful for monitoring workflow progress and pending user actions. ## Parameters - `pipelineId` · in path · string · required — Pipeline UUID - `status` · in query · string (pending | resolved | cancelled) — Filter by interrupt status - `limit` · in query · integer — Maximum number of interrupts to return - `offset` · in query · integer — Number of interrupts to skip ## Responses - `200` — List of interrupts retrieved successfully (`application/json`: InterruptListResponse) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Interrupts*