---
title: "Get all collection activities of an account"
method: GET
path: "/collections"
tags: ["Direct Debits"]
---

# Get all collection activities of an account

`GET /collections`

Once a collection schedule is set up, any past collections (whether successful or not) can be retrieved.
This endpoint supports only paginated responses with the default page size of 20 (min 1, max 500).

## Query parameters

- `accountId` string, required
- `mandateId` string
- `type` string
- `startDate` string
- `endDate` string
- `sortOrder` string
- `sortField` string
- `page` integer
- `size` integer

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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