pipelines_get_stages
Retrieve all stages for a pipeline, ordered by sequence, with deal probabilities and rotten deal settings. Get stage IDs for deal placement.
Instructions
Get all stages for a specific pipeline.
Returns all stages in a pipeline with their configuration.
Workflow tips:
Returns stages in order (by order_nr)
Shows deal probability for each stage
Includes rotten deal settings
Use this to get stage IDs for deal creation
Common use cases:
Get stages: { "id": 1 }
Find stage ID for deal placement
Check stage probabilities
Review stage order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the pipeline |