---
title: "List invoices"
method: GET
path: "/v1beta/invoices"
tags: ["InvoiceService"]
---

# List invoices

`GET /v1beta/invoices`

## Query parameters

- `limit` integer
- `offset` integer
- `order` string
- `order_by` string
- `start_creation_date` string
- `end_creation_date` string

## Response `200`

A successful response.

- InvoiceListInvoicesResponse
  - `code` integer
  - `data` InvoiceListInvoicesResponseData
    - `results` InvoiceInvoice[]
      - `amount` InvoicePrices
        - `product` InvoicePrice
          - `currency` string
          - `price` number, double
        - `reseller` InvoicePrice
          - `currency` string
          - `price` number, double
      - `attachment_url` string
      - `creation_date` string
      - `id` integer
      - `invoice_number` string
      - `invoice_url` string
    - `total` integer
  - `desc` string
  - `maintenance` boolean
  - `warnings` ErrorWarning[]
    - `code` integer
    - `data` string
    - `desc` string

## Other responses

- `default` — (empty)

---

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