---
title: "Get Invoice By ID"
method: GET
path: "/invoices/{invoiceId}"
tags: ["Invoices"]
---

# Get Invoice By ID

`GET /invoices/{invoiceId}`

Fetch a paginated list of invoices. Default page is 0 and default size is 10. The maximum page size is 200

## Path parameters

- `invoiceId` string, uuid, required

## Response `200`

Successful operation

- Invoice
  - `id` string, uuid — The id
  - `invoiceDate` string, yyyy-MM-dd — The date the invoice is generated for
  - `dueDate` string, yyyy-MM-dd — The date on which payment is due
  - `balance` number — The current invoice balance
  - `carriedBalance` number — The outstanding balance until current invoiceDate
  - `total` number — The total amount due
  - `currencyCode` string — The currency ISO 4217 code
  - `partnerName` string — The name of the invoiced partner
  - `companyId` string, uuid — The company id
  - `externalId` string — The company external id

---

[API](https://skmtc.dev/pax8/apis/authentication.md) · [All operations](https://skmtc.dev/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pax8/authentication/revisions/4026bf405528/schema)
