stages_get_all
Retrieve all stages across all or a specific Pipedrive pipeline. Access stage configuration including order, probability, and rotten settings to manage your sales pipeline.
Instructions
Get all stages across all pipelines or filter by pipeline.
Returns data about all stages with their configuration.
Workflow tips:
Omit pipeline_id to get stages from all pipelines
Use pipeline_id to filter stages for a specific pipeline
Returns stages with order, probability, and rotten settings
Shows which pipeline each stage belongs to
Results include pagination info
Common use cases:
Get all stages: {}
Get all stages: { "pipeline_id": null }
Filter by pipeline: { "pipeline_id": 1 }
Review all stage configurations across pipelines
Find stage IDs for deal management
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | No | Optional pipeline ID to filter stages (omit for all stages) |