---
title: "Get deals conversion rates in pipeline"
method: GET
path: "/pipelines/{id}/conversion_statistics"
tags: ["Pipelines"]
---

# Get deals conversion rates in pipeline

`GET /pipelines/{id}/conversion_statistics`

Returns all stage-to-stage conversion and pipeline-to-close rates for the given time period.

## Path parameters

- `id` integer, required

## Query parameters

- `start_date` string, date, required
- `end_date` string, date, required
- `user_id` integer

## Response `200`

Get pipeline deals conversion rates

- object
  - `success` boolean — If the response is successful or not
  - `data` object — The pipeline object
    - `stage_conversions` object[] — The stage conversions
      - `from_stage_id` integer — The stage ID from where conversion starts
      - `to_stage_id` integer — The stage ID to where conversion ends
      - `conversion_rate` integer — The conversion rate
    - `won_conversion` integer — The won conversion
    - `lost_conversion` integer — The lost conversion

---

[API](https://skmtc.net/pipedrive/apis/pipedrive-api-v1.md) · [All operations](https://skmtc.net/pipedrive/apis/pipedrive-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipedrive/pipedrive-api-v1/revisions/bf863a979545/schema)
