---
title: "List financial statements"
method: GET
path: "/v1/billing/invoices"
tags: ["Billing"]
---

# List financial statements

`GET /v1/billing/invoices`

Returns the auto-generated financial statements for the authenticated account, paginated and ordered by billing period.

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Returns a paginated list of financial statements.

- object
  - `is_empty` boolean, required — Indicates whether the statement list is empty.
  - `invoices` Invoice[], required — Auto-generated statements for the account.
    - `id` integer, required — Unique identifier of the statement
    - `amount` string, required — Statement amount
    - `from_date` string, date, required — Start of the billing period
    - `to_date` string, date, required — End of the billing period
  - `pagination` Pagination, required
    - `current_page` integer, required — Current page number.
    - `per_page` integer, required — Number of records per page.
    - `total` integer, required — Total number of records.
    - `total_pages` integer, required — Total number of pages.

## Other responses

- `403` — Request failed. The feature is disabled for your account.

---

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