---
title: "GET /v1/disputes/transactions"
method: GET
path: "/v1/disputes/transactions"
tags: ["Disputes"]
---

# GET /v1/disputes/transactions

`GET /v1/disputes/transactions`

## Query parameters

- `size` integer
- `page` integer
- `disputeUuid` string
- `customerUuid` string
- `accountUuid` string
- `orgUuid` string
- `externalIds` string

## Response `200`

A successful response.

- V1GetDisputeTransactionsResponse
  - `items` DtoTransaction[]
    - `uuid` string
    - `disputeUuid` string
  - `totalItems` integer
  - `totalPages` integer
  - `totalInPage` integer

## Other responses

- `default` — An unexpected error response.

---

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