---
title: "Get billing history"
method: GET
path: "/billing/history"
tags: ["Billing"]
---

# Get billing history

`GET /billing/history`

Returns Polar order history (subscriptions + one-time purchases) for the current organization.

## Query parameters

- `page` string — Page number (default: 1)
- `limit` string — Items per page (default: 20, max: 50)

## Response `200`

Billing history

- object
  - `data` object[], required
    - `id` string, required
    - `amount` number, required — Amount in dollars
    - `currency` string, required
    - `status` string, required
    - `productName` string, required
    - `createdAt` string, required — ISO 8601 creation date
  - `meta` object, required
    - `total` integer, required
    - `page` integer, required
    - `limit` integer, required

## Other responses

- `401` — Unauthorized

## Changes

- **2026-08-31** `fafe355d0698` — 1 info
  - the security scope `billing:read` was added to the endpoint's security scheme `bearerAuth`
- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `listInvoices` was added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/billing/history/get.md)

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc.dev/rendobar/apis/rendobar-api/revisions/fc5ca5f06d15?raw)
