# Stages A Pipeline Stage represents a single stage within the Pipeline, mapping directly to the stages defined in the system. Pipeline Stages allow for real-time visibility into opportunity status and expected resource demand throughout the sales process. ## List Pipeline Stages - [GET /v1/pipelines/{pipeline_id}/stages](https://developer.getparallax.com/api-documentation/swagger/stages/liststages.md): Gets all pipeline stages reflected in the specified sales pipeline, enabling alignment between sales forecasting and project readiness. ## Create Pipeline Stage - [POST /v1/pipelines/{pipeline_id}/stages](https://developer.getparallax.com/api-documentation/swagger/stages/createstage.md): Adds a new sales stage to the specified pipeline mapping in Parallax, aligning sales progress with resourcing needs. ## Get Pipeline Stage - [GET /v1/pipelines/{pipeline_id}/stages/{id}](https://developer.getparallax.com/api-documentation/swagger/stages/getstage.md): Gets details of a pipeline stage used in sales pipeline alignment. ## Update Pipeline Stage - [PATCH /v1/pipelines/{pipeline_id}/stages/{id}](https://developer.getparallax.com/api-documentation/swagger/stages/updatestage.md): Updates a stage in the pipeline used to mirror opportunity progress into Parallax.