---
title: "Retrieve Statement"
method: GET
path: "/statements/{accountID}/{fileKey}"
tags: ["Statements"]
---

# Retrieve Statement

`GET /statements/{accountID}/{fileKey}`

Retrieves an Account Statement (Monthly, Trade Confirms, Tax Forms, etc.) by accountID and fileKey.

## Path parameters

- `accountID` string, required — The user's unique account identifier.
- `fileKey` string, required — A unique identifier for the specific account document.

## Response `200`

Retrieving an Account Statement was Successful.

- UserGeneratedAccountDocument
  - `accountID` string — The user's unique account identifier.
  - `url` string — A short-lived URL that can be accessed to download the file.

---

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