---
title: "List Account Statements"
method: GET
path: "/accounts/{accountID}/statements"
tags: ["Statements"]
---

# List Account Statements

`GET /accounts/{accountID}/statements`

Retrives a list of Account Statements by accountID.

## Path parameters

- `accountID` string, required — The user's unique account identifier.

## Response `200`

Retrieving a list of Account Statements by accountID was Successful.

- StatementObj[] — An array that holds the reference details to an accounts statements.
  - `displayName` string — Description of account statement file.
  - `fileKey` string — Key to be used to retrieve account statement PDF. Reference [Get Statement File](https://developer.drivewealth.com/reference/get-statement-file) for retrieving an account statement.

---

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