---
title: "Get all active disputes"
method: GET
path: "/disputes"
tags: ["RFQ Indexer API"]
---

# Get all active disputes

`GET /disputes`

Retrieves a list of all active disputes

## Response `200`

Successful response

- object[]
  - `Bridge` object — General transaction fields
  - `BridgeRequest` object — Deposit information
  - `BridgeRelay` object — Relay information
  - `BridgeRefund` object — Refund information
  - `BridgeProof` object — Proof information (if available)
  - `BridgeClaim` object — Claim information (if available)
  - `BridgeDispute` object — Dispute information (if available)

## Other responses

- `404` — No disputes found
- `500` — Server error

---

[API](https://skmtc.dev/synapseprotocol/apis/synapse-protocol-rest-api.md) · [All operations](https://skmtc.dev/synapseprotocol/apis/synapse-protocol-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synapseprotocol/synapse-protocol-rest-api/revisions/9949980b368b/schema)
