pipelines_get
Get pipeline details including stage configuration, deal totals, and conversion statistics. Optionally convert totals to a specific currency for analysis.
Instructions
Get detailed information about a specific pipeline.
Returns pipeline details including all its stages and deal statistics.
Workflow tips:
Returns pipeline configuration and all stages
Includes deal totals and conversion statistics
Use totals_convert_currency to convert deal values to specific currency
Shows stage order and probabilities
Includes rotten deal settings per stage
Common use cases:
Get pipeline details: { "id": 1 }
Get pipeline with USD totals: { "id": 1, "totals_convert_currency": "USD" }
Check stage configuration
Analyze pipeline performance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the pipeline to retrieve | |
| totals_convert_currency | No | 3-letter currency code to convert totals to (e.g., USD, EUR) |