---
title: "Retrieve Resolution Center Case Summary"
method: GET
path: "/resolution_center_cases/summary"
tags: ["Resolution Center Cases"]
---

# Retrieve Resolution Center Case Summary

`GET /resolution_center_cases/summary`

Aggregates the same cases `GET /resolution_center_cases` lists, using the same filters. Use it to build status tabs and issue filters without paging the whole list.

## Query parameters

- `groups` string[]
- `account_id` string
- `user_id` string
- `status` string[]
- `reason` string[]
- `outcome` 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.
    - `outcome` object — How many of the matching cases ended each way. Every outcome is present, including those with a count of zero; open cases are counted in none of them.
      - `customer_won` integer, required
      - `merchant_won` integer, required
      - `withdrawn` integer, required
    - `reason` object — How many of the matching cases were opened for each reason. Every reason is present, including those with a count of zero.
      - `fraudulent` integer, required
      - `not_as_described` integer, required
      - `product_not_received` integer, required
      - `product_unacceptable` integer, required
      - `subscription_canceled` integer, required
    - `status` object — How many of the matching cases are in each status. Every status is present, including those with a count of zero.
      - `awaiting_customer` integer, required
      - `awaiting_merchant` integer, required
      - `closed` integer, required
      - `under_review` integer, required
  - `total` integer, required — How many cases match the filters.

## Other responses

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

## Changes

- **2026-08-07** `f1020c3ecda4` — 2 info
  - added the optional property `error/code` to the response with the `400` status
  - added the optional property `error/code` to the response with the `401` status
- **2026-07-31** `099fdc3be422` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/whop/apis/whop-api/changes/resolution_center_cases/summary/get.md)

---

[API](https://skmtc.dev/whop/apis/whop-api.md) · [All operations](https://skmtc.dev/whop/apis/whop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whop/whop-api/revisions/9e320991dd2f/schema)
