---
title: "List payment history"
method: GET
path: "/v1/billing/invoices"
tags: ["Billing"]
---

# List payment history

`GET /v1/billing/invoices`

## Query parameters

- `workspace_id` string, required

## Response `200`

Invoices

- object
  - `invoices` BillingInvoice[]
    - `id` string
    - `amount_cents` integer
    - `currency` string
    - `status` string
    - `seats` integer
    - `invoice_number` string
    - `paid_at` string, date-time, nullable
    - `created_at` string, date-time

---

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