---
title: "Get deals summary"
method: GET
path: "/deals/summary"
tags: ["Deals"]
---

# Get deals summary

`GET /deals/summary`

Returns a summary of all not archived deals.

## Query parameters

- `status` 'open' | 'won' | 'lost'
- `filter_id` integer
- `user_id` integer
- `pipeline_id` integer
- `stage_id` integer

## Response `200`

Get the summary of not archived deals

- object
  - `success` boolean — If the response is successful or not
  - `data` object — The summary of deals
    - `values_total` object — The total values of the deals grouped by deal currency
      - `value` number — The total value of deals in the deal currency group
      - `count` integer — The number of deals in the deal currency group
      - `value_converted` number — The total value of deals converted into the company default currency
      - `value_formatted` string — The total value of deals formatted with deal currency. E.g. €50
      - `value_converted_formatted` string — The value_converted formatted with deal currency. E.g. US$50.10
    - `weighted_values_total` object — The total weighted values of the deals grouped by deal currency. The weighted value is calculated as probability times deal value.
      - `value` number — The total weighted value of the deals in the deal currency group
      - `count` integer — The number of deals in the deal currency group
      - `value_formatted` string — The total weighted value of the deals formatted with deal currency. E.g. €50
    - `total_count` integer — The total number of deals
    - `total_currency_converted_value` number — The total value of deals converted into the company default currency
    - `total_weighted_currency_converted_value` number — The total weighted value of deals converted into the company default currency
    - `total_currency_converted_value_formatted` string — The total converted value of deals formatted with the company default currency. E.g. US$5,100.96
    - `total_weighted_currency_converted_value_formatted` string — The total weighted value of deals formatted with the company default currency. E.g. US$5,100.96

---

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