---
title: "List all settlement batches"
method: GET
path: "/v1/settlement"
tags: ["Settlement"]
---

# List all settlement batches

`GET /v1/settlement`

Returns a paginated list of settlement batches in reverse-chronological order.
Each record contains aggregate totals; individual per-application entries are
omitted in the list view for performance. Use `GET /v1/settlement/{id}` for
full details including per-application net positions.

## Query parameters

- `pageable` Pageable, required
  - `page` integer
  - `size` integer
  - `sort` string[]

## Response `200`

Paginated list of settlement records

---

[API](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api.md) · [All operations](https://skmtc.net/reflexpay/apis/idaas-identity-as-a-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reflexpay/idaas-identity-as-a-service-api/revisions/db1f954badfb/schema)
