# Stage Runs ## Get all Stage Runs for the Pipeline Run - [GET /pipelines/v0/runs/{pipeline_run_id}/stageruns/](https://api.esper.io/openapi/stage-runs/getpipelinerunstageruns.md) ## Get Pipeline Stage run by stage run Id - [GET /pipelines/v0/runs/{pipeline_run_id}/stageruns/{stage_run_id}/](https://api.esper.io/openapi/stage-runs/getpipelinerunstagerun.md) ## Update a Pipeline Stage Run - [PUT /pipelines/v0/runs/{pipeline_run_id}/stageruns/{stage_run_id}/](https://api.esper.io/openapi/stage-runs/updatepipelinerunstagerun.md) ## Get all Operations for the Stage Run - [GET /pipelines/v0/stageruns/{stage_run_id}/operations/](https://api.esper.io/openapi/stage-runs/getpipelinestagerunoperations.md) ## Get single Operation for the Stage Run - [GET /pipelines/v0/stageruns/{stage_run_id}/operations/{stage_run_operation_id}/](https://api.esper.io/openapi/stage-runs/getpipelinestagerunoperation.md)