# Pipelines A Pipeline mirrors the sales opportunity stages configured in the integrated CRM system. The Pipeline allows Parallax to track deal progression, forecast demand, and convert opportunities into projects once deals are closed-won. ## List Pipelines - [GET /v1/pipelines](https://developer.getparallax.com/api-documentation/swagger/pipelines/listpipelines.md): Fetches a paginated list of sales pipelines ## Create Pipeline - [POST /v1/pipelines](https://developer.getparallax.com/api-documentation/swagger/pipelines/createpipeline.md): Creates a new pipeline in the system to create pipeline stages for, unlocking the ability to track a deal's progress through the sale cycle. ## Get Pipeline by id - [GET /v1/pipelines/{id}](https://developer.getparallax.com/api-documentation/swagger/pipelines/getpipeline.md): Fetches pipeline by id to support sales forecasting and resource planning. ## Update Pipeline - [PATCH /v1/pipelines/{id}](https://developer.getparallax.com/api-documentation/swagger/pipelines/updatepipeline.md): Updates an existing pipeline entry to reflect stage changes, budget adjustments, or anticipated start dates.