# List Pipelines A pipeline represents the sequence of stages a deal passes through from initiation to completion. The Deal and Credit teams use different pipelines to manage their workflows effectively. Endpoint: GET /v1/deals/pipelines Version: 1.0.0 Security: ApiKeyAuth ## Response 200 fields (application/json): - `pipelines` (array, required) - `pipelines.id` (string, required) - `pipelines.name` (string, required) - `pipelines.stages` (array, required)