---
title: "Get Dispute Activities by Dispute ID"
method: GET
path: "/dispute/disputes/{disputeId}/activities"
tags: ["Disputes"]
---

# Get Dispute Activities by Dispute ID

`GET /dispute/disputes/{disputeId}/activities`

List all timeline activities for a given dispute, ordered chronologically.

## Path parameters

- `disputeId` string, uuid, required

## Response `200`

Success.

- object
  - `results` object[]
    - `id` string, uuid, required — Unique identifier of the activity.
    - `disputeId` string, uuid, required — Unique identifier of the dispute this activity belongs to.
    - `type` 'DisputeCreated' | 'ChargebackNotification' | 'ChargebackReverseNotification' | 'PaymentCreated' | 'AcceptDispute' | 'DefendDispute' | 'SubmitEvidence' | 'AssignmentChanged' | 'CommentAdded' | 'RepresentmentDrafted' | 'DisputeWon' | 'DisputeLost' | 'DisputeResolved' | 'TagAttached' | 'TagDetached' | 'PreArbitrationNotification' | 'ArbitrationNotification' | 'EvidenceRequired' | 'EvidenceSubmitted' | 'DisputeUnderReview', required — The type of activity event.
    - `category` 'PspEvent' | 'UserAction' | 'SystemEvent', required — The category of the activity, derived from the type.
    - `actorType` 'user' | 'system' — The type of actor that triggered this activity.
    - `actorId` string, uuid — The unique identifier of the actor (user ID when actorType is user).
    - `actorSource` string — The source system of the actor (e.g. adyen, payrails).
    - `actorEmail` string — The email of the actor, hydrated from the auth service when actorType is user.
    - `referenceId` string, uuid — Reference to a related entity (e.g. comment ID for CommentAdded activities).
    - `commentContent` string — The content of the comment, populated for CommentAdded activities.
    - `metadata` object — Additional metadata associated with the activity.
    - `createdAt` string, date-time, required — The date and time when the activity was created.

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Insufficient Scope.
- `404` — Not Found.
- `429` — Too Many Requests.

---

[API](https://skmtc.net/payrails/apis/payrails-api-reference.md) · [All operations](https://skmtc.net/payrails/apis/payrails-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payrails/payrails-api-reference/revisions/9dd2f0158582/schema)
