---
title: "Retrieve an Account Statement"
method: GET
path: "/account_statements/{account_statement_id}"
---

# Retrieve an Account Statement

`GET /account_statements/{account_statement_id}`

## Path parameters

- `account_statement_id` string, required — The identifier of the Account Statement to retrieve.

## Response `200`

Account Statement

- AccountStatement — Account Statements are generated monthly for every active Account. You can access the statement's data via the API or retrieve a PDF with its details via its associated File.
  - `account_id` string, required — The identifier for the Account this Account Statement belongs to.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the Account Statement was created.
  - `ending_balance` integer, required — The Account's balance at the end of its statement period.
  - `file_id` string, required — The identifier of the File containing a PDF of the statement.
  - `id` string, required — The Account Statement identifier.
  - `loan` object, nullable, required — The loan balances.
    - `due_at` string, date-time, nullable, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time at which the loan payment is due.
    - `due_balance` integer, required — The total amount due on the loan.
    - `past_due_balance` integer, required — The amount past due on the loan.
  - `starting_balance` integer, required — The Account's balance at the start of its statement period.
  - `statement_period_end` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time representing the end of the period the Account Statement covers.
  - `statement_period_start` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) time representing the start of the period the Account Statement covers.
  - `type` 'account_statement', required — A constant representing the object's type. For this resource it will always be `account_statement`.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

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