---
title: "Get invoice summaries"
method: GET
path: "/public/v2/billing/invoices"
tags: ["Billing"]
---

# Get invoice summaries

`GET /public/v2/billing/invoices`

Required permission: Financial, View.

## Query parameters

- `page` integer

## Response `200`

Invoices retrieved

- InvoiceSummaryResponsePaginatedServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean
  - `content` InvoiceSummaryResponsePaginated
    - `pageIndex` integer
    - `limit` integer
    - `isLastPage` boolean
    - `results` InvoiceSummaryResponse[], nullable
      - `invoiceId` string — The invoice identifier. Example: INV-DF-US-1234ABCD
      - `description` string — The invoice description. Example: Order
      - `currency` string — The ISO 4217 alphabetic currency code of the invoice. Example: USD
      - `amount` number, double — The total amount of the invoice
      - `dueAmount` number, double — The amount still owed on the invoice
      - `invoiceDate` string, date-time — The date the invoice was issued
      - `dueDate` string, date-time, nullable — The date payment is due
      - `status` 'Unknown' | 'Paid' | 'Cancelled' | 'Overdue' | 'DueSoon' | 'Outstanding' — The status of an invoice
    - `totalCount` integer

## Other responses

- `400` — Bad request. Invalid or missing parameter
- `401` — Unauthorized
- `403` — Missing required permission for this endpoint or resource
- `422` — Failed to retrieve invoices

---

[API](https://skmtc.net/starlink/apis/starlink-management-api.md) · [All operations](https://skmtc.net/starlink/apis/starlink-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/starlink/starlink-management-api/revisions/a730bd0ddb42/schema)
