---
title: "Get Dispute Case details"
method: GET
path: "/external/merchants/orders/disputes/"
tags: ["Dispute Management"]
---

# Get Dispute Case details

`GET /external/merchants/orders/disputes/`

This API allows you to query all of your disputed orders or filter a specific dispute or subset of disputes based on the query parameters that are used as filters of the results that you will get in the response.

## Query parameters

- `order_id` string, uuid
- `merchant_order_reference_id` string
- `dispute_id` string
- `order_status` 'approved' | 'authorised' | 'canceled' | 'updated' | 'fully_captured' | 'partially_captured' | 'fully_refunded' | 'partially_refunded'
- `dispute_status` 'open' | 'awaiting_merchant_response' | 'cancelled' | 'claim_accepted' | 'claim_rejected' | 'closed' | 'under_review'
- `is_parent` boolean
- `limit` integer
- `page` integer

## Headers

- `x-requested-with` string, uuid

## Response `200`

Disputes found successfully

---

[API](https://skmtc.net/tamara/apis/tamara-public-apis-v1-0.md) · [All operations](https://skmtc.net/tamara/apis/tamara-public-apis-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tamara/tamara-public-apis-v1-0/revisions/924ade2a1159/schema)
