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

---

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