---
title: "Get invoice by ID"
method: GET
path: "/invoices/{id}"
---

# Get invoice by ID

`GET /invoices/{id}`

Retrieve a single invoice by its unique identifier.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `action` 'json' | 'link'

## Response `200`

Get invoice details

- object
  - `data` InvoiceDetail
    - `invoice_id` string, uuid
    - `file_id` string, uuid
    - `period_start` string, date
    - `period_end` string, date
    - `paid` boolean
    - `url` string, uri
    - `download_url` string, uri — Present only if the query parameter `action=link` is set.

## Other responses

- `400` — Invalid request parameters
- `403` — Insufficient permissions to access invoices
- `404` — Invoice not found
- `default` — Unexpected error

## Changes

> 82 revisions in range; 1 not diffed.

- **2026-09-16** `a6a61a29ecdd` — 4 breaking
  - the `errors/items/code` response's property type changed from `string` to `integer`, and format from no format to `int32` for status `400`
  - 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 `404`
  - 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` — 4 breaking
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `400`
  - 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 `404`
  - the `errors/items/code` response's property type changed from `integer` to `string`, and format from `int32` to no format for status `default`
- …earlier changes not shown

[Full history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/invoices/:id/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/16bfa298dc71?raw)
