---
title: "Retrieve Dispute Summary"
method: GET
path: "/disputes/summary"
tags: ["Disputes"]
---

# Retrieve Dispute Summary

`GET /disputes/summary`

Totals up the same disputes the list returns, so you can build status tabs and totals without paging through them.

## Query parameters

- `groups` string[]
- `account_id` string
- `status` string[]
- `currency` string
- `created_before` string
- `created_after` string

## Headers

- `Api-Version-Date` string

## Response `200`

summary returned

- object
  - `groups` object, required — One entry per requested breakdown, keyed by the field it groups on. A field you did not ask for is absent.
    - `currency` object — How many of the matching disputes are in each currency, keyed by three-letter ISO code. Only currencies with at least one dispute are present.
    - `status` object — How many of the matching disputes are in each status. Every status is present, including those with a count of zero.
      - `closed` integer, required
      - `lost` integer, required
      - `needs_response` integer, required
      - `under_review` integer, required
      - `won` integer, required
  - `total` integer, required — How many disputes match the filters.

## Other responses

- `400` — Invalid Parameters
- `401` — Unauthorized

---

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