Retrieve Resolution Center Case 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.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-13"
Query Parameters
Which breakdowns to return, keyed by these names under groups. Repeat the parameter to ask for several; omit it for all of them.
status, reason, outcome The account to summarize cases for (biz_ tag).
Only cases opened by this customer — a user_ tag, or me for the calling user.
Only cases in these statuses.
awaiting_merchant, awaiting_customer, under_review, closed Only cases opened for these reasons.
fraudulent, product_not_received, not_as_described, product_unacceptable, subscription_canceled Only closed cases that ended these ways.
customer_won, merchant_won, withdrawn Only count cases created before this ISO 8601 timestamp.
Only count cases created after this ISO 8601 timestamp.

