get_stages
Retrieve all deal stages from Pipedrive, with optional filtering by pipeline ID to return stages for a specific pipeline.
Instructions
Get all stages, optionally filtered by pipeline.
Retrieves all stages across pipelines. Can filter to show only stages for a specific pipeline.
Args: pipeline_id: Optional pipeline ID to filter stages
Returns: JSON array of stages with pipeline information
Examples: - get_stages() - Get all stages across all pipelines - get_stages(pipeline_id=1) - Get stages for pipeline 1
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |