---
title: "Index dunning cases"
method: GET
path: "/v1/dunning_cases"
tags: ["Loan dunning cases"]
---

# Index dunning cases

`GET /v1/dunning_cases`

Returns an array containing all the dunning cases for all of your customers.

## Query parameters

- `page[number]` integer
- `page[size]` integer
- `filter[loan_account_id]` string
- `filter[person_id]` string
- `filter[status]` 'new' | 'dunning' | 'pre_termination' | 'terminated' | 'closed'

## Response `200`

LoanEngine.V1.ListDunningCasesResponse

- LoanEngineV1ListDunningCasesItem[]
  - `total_overdue_amount` SolarisToolkitWebMoney, required
    - `value` integer, required — The amount value
    - `unit` 'cents', required — The unit of the given value.
    - `currency` string, required — The currency of the given value. Only EURO is currently supported.
  - `status` 'new' | 'dunning' | 'pre_termination' | 'terminated' | 'closed' | 'pre_collection' | 'closed_matured', required — The status of the dunning case.
  - `person_id` string, required — The person ID of the customer associated with the loan and dunning case.
  - `loan_account_id` string, required — The account ID to which the loan is attached.
  - `id` string, required — The ID of the dunning case.

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/solarisgroup/apis/loans.md) · [All operations](https://skmtc.net/solarisgroup/apis/loans/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/loans/revisions/8f580eff2157/schema)
