# Pipeline Runs ## Get all Runs for the Pipelines in the Enterprise - [GET /pipelines/v0/runs/](https://api.esper.io/openapi/pipeline-runs/getallpipelineruns.md) ## Get all Runs for the Pipeline - [GET /pipelines/v0/pipelines/{pipeline_id}/runs/](https://api.esper.io/openapi/pipeline-runs/getpipelineruns.md) ## Create a Pipeline Run - [POST /pipelines/v0/pipelines/{pipeline_id}/runs/](https://api.esper.io/openapi/pipeline-runs/createpipelinerun.md) ## Get Pipeline run by pipeline run id - [GET /pipelines/v0/pipelines/{pipeline_id}/runs/{pipeline_run_id}/](https://api.esper.io/openapi/pipeline-runs/getpipelinerun.md) ## Update a Pipeline Run - [PUT /pipelines/v0/pipelines/{pipeline_id}/runs/{pipeline_run_id}/](https://api.esper.io/openapi/pipeline-runs/updatepipelinerun.md) ## Delete a Pipeline Run - [DELETE /pipelines/v0/pipelines/{pipeline_id}/runs/{pipeline_run_id}/](https://api.esper.io/openapi/pipeline-runs/deletepipelinerun.md)