---
title: "Retrieve card reports"
method: GET
path: "/card-reports"
tags: ["Cards"]
---

# Retrieve card reports

`GET /card-reports`

Retrieve card reports

## Query parameters

- `fromReportDate` string — Retrieve reports equal to or after this date
- `toReportDate` string — Retrieve reports equal to or before this date
- `reportTypes` string[] — Report types
- `reportSubjectIds` string[] — Report subject Ids (Customer BID, Partner BID or Channel Manager BID)
- `page` integer — Page to fetch (0 indexed)
- `size` integer — The size of the page(s)
- `sortField` string
- `sortOrder` string

## Response `200`

Card reports retrieved successfully

- CardReportPageResponse
  - `content` CardReportResponse[], required — List of responses on the current page
    - `id` string
    - `reportSubjectId` string
    - `reportDate` string, date
    - `reportType` 'DAILY_CARD_ACTIVITY' | 'MONTHLY_CARD_ACTIVITY' | 'DAILY_ACCOUNT_FUNDING' | 'MONTHLY_ACCOUNT_FUNDING' | 'DAILY_AUTH_WINDOW' | 'DAILY_CARD_MANAGEMENT'
  - `size` integer, required — Page size
  - `totalSize` integer, required — Total count
  - `page` integer, required — Current page number, 0 based; i.e first-page = 0, second-page = 1
  - `totalPages` integer, required — Total pages

## Other responses

- `400` — Bad Request
- `403` — Unauthorised

---

[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)
