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

---

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