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

# Get deals movements in pipeline

`GET /pipelines/{id}/movement_statistics`

Returns statistics for deals movements 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
    - `movements_between_stages` object — Movements between stages
      - `count` integer — The count of the deals that have been moved between stages
    - `new_deals` object — Deals summary
      - `count` integer — The count of the deals
      - `deals_ids` integer[] — The IDs of the deals that have been moved
      - `values` object — The values of the deals
        - `CURRENCY_ID` integer — The value of the deals
      - `formatted_values` object — The formatted values of the deals
        - `CURRENCY_ID` string — The formatted values of the deals
    - `deals_left_open` object — Deals summary
      - `count` integer — The count of the deals
      - `deals_ids` integer[] — The IDs of the deals that have been moved
      - `values` object — The values of the deals
        - `CURRENCY_ID` integer — The value of the deals
      - `formatted_values` object — The formatted values of the deals
        - `CURRENCY_ID` string — The formatted values of the deals
    - `won_deals` object — Deals summary
      - `count` integer — The count of the deals
      - `deals_ids` integer[] — The IDs of the deals that have been moved
      - `values` object — The values of the deals
        - `CURRENCY_ID` integer — The value of the deals
      - `formatted_values` object — The formatted values of the deals
        - `CURRENCY_ID` string — The formatted values of the deals
    - `lost_deals` object — Deals summary
      - `count` integer — The count of the deals
      - `deals_ids` integer[] — The IDs of the deals that have been moved
      - `values` object — The values of the deals
        - `CURRENCY_ID` integer — The value of the deals
      - `formatted_values` object — The formatted values of the deals
        - `CURRENCY_ID` string — The formatted values of the deals
    - `average_age_in_days` object — The moved deals average age in days
      - `across_all_stages` integer — The moved deals average age across all stages
      - `by_stages` object[] — The moved deals average age by stages
        - `stage_id` integer — The stage ID
        - `value` integer — The average deals age in specific stage

---

[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)
