---
title: "List Resolution Center Case Events"
method: GET
path: "/resolution_center_cases/{id}/events"
tags: ["Resolution Center Cases"]
---

# List Resolution Center Case Events

`GET /resolution_center_cases/{id}/events`

Lists the case timeline, newest first. Events the viewer is not allowed to see are omitted — a customer reads the customer-visible timeline, the merchant reads the full one.

## Query parameters

- `first` integer
- `after` string
- `last` integer
- `before` string

## Headers

- `Api-Version-Date` string

## Response `200`

events listed

- object
  - `data` ResolutionEvent[], required
    - `action` 'created' | 'responded' | 'accepted' | 'denied' | 'appealed' | 'withdrew' | 'requested_more_info' | 'escalated' | 'dispute_opened' | 'dispute_customer_won' | 'dispute_merchant_won', required — The action recorded in this event.
    - `attachments` ResolutionAttachment[], required
      - `content_type` string, nullable, required — The file's MIME type.
      - `filename` string, nullable, required — The original file name.
      - `id` string, required — Unique identifier for the attachment, prefixed `att_`.
      - `url` string, nullable, required — A URL to view or download the file.
    - `created_at` string, required — When the event occurred, as an ISO 8601 timestamp.
    - `details` string, nullable, required — The message body or additional context provided with the event.
    - `id` string, required — Unique identifier for the event, prefixed `revt_`.
    - `reporter_type` 'merchant' | 'customer' | 'platform' | 'system', required — The party that performed the action.
    - `viewable_by_customer` boolean, required — Whether the customer can see this event in the timeline.
    - `viewable_by_merchant` boolean, required — Whether the merchant can see this event in the timeline.
  - `page_info` object, required
    - `end_cursor` string, nullable, required
    - `has_next_page` boolean, required
    - `has_previous_page` boolean, required
    - `start_cursor` string, nullable, required

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

---

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