get_pipeline
Retrieve a specific pipeline's details from Pipedrive using its ID. Returns JSON with pipeline information.
Instructions
Get a single pipeline by ID.
Retrieves details about a specific pipeline.
Args: pipeline_id: The Pipedrive pipeline ID
Returns: JSON object with pipeline details
Examples: - get_pipeline(pipeline_id=1) - Get pipeline with ID 1
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |