--- title: "Get interrupt details" description: "Retrieve details about a specific interrupt request.\nInterrupts are created when a workflow execution requires human input.\n" source: https://flowdrop.io/docs/api/interrupts/getInterrupt site: FlowDrop documentation --- # Get interrupt details `GET /interrupts/{interruptId}` Retrieve details about a specific interrupt request. Interrupts are created when a workflow execution requires human input. ## Parameters - `interruptId` · in path · string · required — Interrupt UUID ## Responses - `200` — Interrupt details retrieved successfully (`application/json`: InterruptResponse) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Interrupts*