---
title: "Get Credit History Endpoint"
method: GET
path: "/api/billing/credits/history"
---

# Get Credit History Endpoint

`GET /api/billing/credits/history`

Get credit purchase history.

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- CreditHistoryResponse — Response schema for credit purchase history
  - `success` boolean
  - `items` CreditHistoryItem[], required
    - `id` string, required
    - `amountCents` integer, required
    - `amountDollars` number, required
    - `source` string, required
    - `status` string, required
    - `createdAt` string, nullable
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/36d149b525df/schema)
