---
title: "List invoices"
method: GET
path: "/invoices"
---

# List invoices

`GET /invoices`

Returns a paginated list of your invoices, with support for sorting.

## Query parameters

- `sort` 'period_start' | '-period_start'
- `page` object
  - `number` integer — The page number to load
  - `size` integer — The size of the page

## Response `200`

List of invoices

- object
  - `meta` object
    - `total_results` integer
    - `total_pages` integer
    - `page_number` integer
    - `page_size` integer
  - `data` Invoice[]
    - `invoice_id` string, uuid
    - `file_id` string, uuid
    - `period_start` string, date
    - `period_end` string, date
    - `paid` boolean
    - `url` string, uri

## Other responses

- `403` — Insufficient permissions to access invoices
- `default` — Unexpected error

## Changes

> 92 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 2 breaking
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `403`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `default`
- **2026-08-17** `1571b0380bd7` — 2 breaking
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `403`
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `default`
- **2026-08-04** `8f5f4e537994` — 2 breaking
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `403`
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `default`

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/invoices/get.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/revisions/d8b8159753ee?raw)
