---
title: "Retrieve Invoice"
method: GET
path: "/v1/invoices/{id}"
---

# Retrieve Invoice

`GET /v1/invoices/{id}`

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `collectionMethod` string
  - `createdAt` string
  - `currency` string
  - `dueDate` string
  - `id` string
  - `lineItems` object[]
    - `amount` integer
    - `description` string
    - `priceId` string
    - `productId` string
    - `quantity` integer
  - `memo` string
  - `number` string
  - `object` string
  - `recipientId` string
  - `clientId` string
  - `companyId` string
  - `sentDate` string
  - `status` string
  - `taxAmount` integer
  - `taxPercentage` integer
  - `total` integer
  - `receiptNumber` string
  - `receiptUrl` string
  - `fileUrl` string
  - `billingReason` string
  - `paymentMethodPreferences` object[]
    - `type` string
    - `feePaidByClient` boolean
  - `updatedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
