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

# Count Disputes

`GET /v1/disputes/count`

Returns the number of disputes that currently require a response.

Counts disputes in a `needs_response` or `warning_needs_response` status. Useful for surfacing a "disputes needing action" badge without paging through the full list.

## Response `200`

The number of disputes that currently require a response.

- DisputeCountBody — The number of disputes that currently require a response.
  - `count` integer, required — Count of disputes in a `needs_response` or `warning_needs_response` status.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

[API](https://skmtc.dev/withflex/apis/flex-api.md) · [All operations](https://skmtc.dev/withflex/apis/flex-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withflex/flex-api/revisions/b1560fc2f199/schema)
