--- title: "Get execution status" description: "Retrieve the current status and details of a specific execution.\nThis is an alias for the pipeline detail endpoint.\n" source: https://flowdrop.io/docs/api/pipeline/getExecution site: FlowDrop documentation --- # Get execution status `GET /executions/{id}` Retrieve the current status and details of a specific execution. This is an alias for the pipeline detail endpoint. ## Parameters - `id` · in path · string · required — Execution/Pipeline UUID ## Responses - `200` — Execution status retrieved successfully (`application/json`: PipelineDetailResponse) - `404` — Resource not found (`application/json`: ErrorResponse) - `500` — Internal server error (`application/json`: ErrorResponse) *Tags: Pipeline*