---
title: "GET /api/admin/invoices"
method: GET
path: "/api/admin/invoices"
tags: ["Operational"]
---

# GET /api/admin/invoices

`GET /api/admin/invoices`

**Enterprise feature**

undefined

## Response `200`

invoicesSchema

- object[] — A list of invoices
  - `amountFormatted` string, required — A formatted representation of the amount due.
  - `paid` boolean, required — `true` if the invoice has been paid, `false` if it has not.
  - `status` string, required — The current status of the invoice
  - `dueDate` string — When the invoice is due
  - `invoiceURL` string, uri, required — A URL pointing to where the invoice can be found.
  - `invoicePDF` string, uri, required — A link to a PDF-version of the invoice.

---

[API](https://skmtc.net/unleash/apis/unleash-api-3.md) · [All operations](https://skmtc.net/unleash/apis/unleash-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unleash/unleash-api-3/versions/b2c3116e633e/schema)
