--- title: "Get workflow by ID" description: "Retrieve a specific workflow with all its nodes, edges, and metadata" source: https://flowdrop.io/docs/api/workflows/getWorkflow site: FlowDrop documentation --- # Get workflow by ID `GET /workflows/{id}` Retrieve a specific workflow with all its nodes, edges, and metadata ## Parameters - `id` · in path · string · required — Workflow UUID ## Responses - `200` — Workflow details retrieved successfully (`application/json`: WorkflowResponse) - `400` — Bad request - invalid parameters or request body (`application/json`: ErrorResponse) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Workflows*