---
title: "Get Statements"
method: GET
path: "/digital-banking/v1/files/statements"
tags: ["Files"]
---

# Get Statements

`GET /digital-banking/v1/files/statements`

## Query parameters

- `statement_type` 'INSTITUTION_DAILY_SWEEP' | 'INSTITUTION_DAILY_RECEIVE' | 'INSTITUTION_MONTHLY_INTEREST' | 'ACCOUNT_MONTHLY_SWEEP' | 'INSTITUTION_DAILY_GL_POSTINGS' | 'INSTITUTION_DAILY_GL_BALANCES' | 'INSTITUTION_DAILY_COST_CENTER_POSTINGS' | 'INSTITUTION_DAILY_COST_CENTER_BALANCES' | 'INSTITUTION_DAILY_TRIAL_BALANCES' | 'INSTITUTION_QUARTERLY_CALL_REPORT' | 'INSTITUTION_WEEKLY_FR2900' | 'INSTITUTION_DAILY_ACCOUNT_HISTORY' | 'INSTITUTION_DAILY_TRANSACTION_HISTORY' | 'INSTITUTION_DAILY_TRANSACTION_ERRORS' | 'INSTITUTION_MONTHLY_SETTLEMENT_POSTINGS' | 'INSTITUTION_MONTHLY_COST_CENTER_SETTLEMENT_POSTINGS' | 'INSTITUTION_MONTHLY_NBID' | 'INSTITUTION_MONTHLY_ACCOUNT_STATEMENT_BUNDLE', required
- `account_id` union — Required for account-level statement types.
  - string, uuid
  - string
- `institution_id` string, uuid, nullable — Required for institution-level statement types.
- `start_date` string, date, nullable — Filter to include only statements after this date (inclusive).
- `end_date` string, date, nullable — Filter to include only statements before this date (inclusive)
- `id_type` 'INSTITUTION' — Type of the account id. Institution accounts ids are external ids and come from the institution.

## Response `200`

Successful Response

- StatementsResponse
  - `statements` StatementResponse[], required
    - `file_id` string, required
    - `title` string, required
    - `statement_date` string, required
    - `account_id` string, uuid, nullable — The ID of the associated account
    - `institution_id` string, uuid, nullable — The ID of the associated institution

## Other responses

- `400` — Bad Request - Invalid input or validation error
- `401` — Unauthenticated - Invalid or missing authentication credentials
- `403` — Unauthorized - Insufficient permissions to access resource
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/modernfi/apis/endpoints.md) · [All operations](https://skmtc.net/modernfi/apis/endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modernfi/endpoints/revisions/3851b7f87477/schema)
