---
title: "Get Account Statement"
method: GET
path: "/accounts/{accountId}/statements/{statementId}"
tags: ["Financial Data"]
---

# Get Account Statement

`GET /accounts/{accountId}/statements/{statementId}`

Returns a statement for an account.

Feature: `ACCOUNT_STATEMENT`

## Path parameters

- `accountId` string, required
- `statementId` string, required

## Headers

- `consent` string, required
- `sub-application` string, uuid

## Response `200`

Ok

## Other responses

- `default` — Error Response

---

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