--- title: "Get pipeline status" description: "Retrieve only the current status of a pipeline (lightweight endpoint).\nUse this for polling when you only need the status, not full details.\n" source: https://flowdrop.io/docs/api/pipeline/getPipelineStatus site: FlowDrop documentation --- # Get pipeline status `GET /pipeline/{id}/status` Retrieve only the current status of a pipeline (lightweight endpoint). Use this for polling when you only need the status, not full details. ## Parameters - `id` · in path · string · required — Pipeline UUID ## Responses - `200` — Pipeline status retrieved successfully (`application/json`: object) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Pipeline*