---
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

> 7 revisions in range; 1 could not be searched.

- **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-service-production.skmtc.workers.dev/v1/apis/rendobar/rendobar-api/revisions/4d10ec4266ee/schema)
