---
title: "Get transaction history"
method: GET
path: "/v1/billing/transactions"
tags: ["v1 billing"]
---

# Get transaction history

`GET /v1/billing/transactions`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- TransactionsResponse
  - `transactions` TransactionItem[], required
    - `id` string, required
    - `type` string, required
    - `amount_cents` integer, required
    - `balance_after_cents` integer, required
    - `description` string, nullable
    - `model` string, nullable
    - `input_tokens` integer, nullable
    - `output_tokens` integer, nullable
    - `endpoint` string, nullable
    - `created_at` string, required

## Other responses

- `401` — Unauthorized
- `422` — Validation Error

## Changes

- **2026-02-24** `d0d5d229972b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/elicitlabs/apis/elicit-labs-api/changes/v1/billing/transactions/get.md)

---

[API](https://skmtc.dev/elicitlabs/apis/elicit-labs-api.md) · [All operations](https://skmtc.dev/elicitlabs/apis/elicit-labs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/elicitlabs/elicit-labs-api/revisions/27701839a070/schema)
