---
title: "List settlement captures"
method: GET
path: "/v2/settlements/{settlementId}/captures"
tags: ["Settlements API"]
---

# List settlement captures

`GET /v2/settlements/{settlementId}/captures`

Retrieve all captures included in the given settlement.

The response is in the same format as the response of the [List captures endpoint](list-captures).

## Query parameters

- `from` string
- `limit` integer, nullable
- `embed` string, nullable

## Headers

- `idempotency-key` string

## Response `200`

A list of capture objects.

## Other responses

- `400` — The request contains issues. For example, if the specified `from` value is not a valid ID.
- `404` — No entity with this ID exists.
- `429` — Rate Limit has been reached.

---

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