---
title: "List credit transactions"
method: GET
path: "/api/credit-transactions/list/"
tags: ["creditTransactions"]
---

# List credit transactions

`GET /api/credit-transactions/list/`

List credit transactions with pagination.

## Query parameters

- `page` integer
- `page_size` integer

## Headers

- `Authorization` string, required

## Response `200`

Paginated list of transactions.

- CreditTransactionsListCreditTransactionsResponse200
  - `count` integer, required — Total transactions.
  - `next` string, nullable
  - `previous` string, nullable
  - `results` ApiCreditTransactionsListGetResponsesContentApplicationJsonSchemaResultsItems[], required
    - `id` string, required
    - `amount` number, double, required
    - `transaction_type` string, required
    - `created_at` string, date-time, required
    - `description` string, required
  - `total_count` integer — Present for dashboard-authenticated callers.
  - `current_filters` object
  - `filters_data` object

## Other responses

- `401` — Unauthorized

## Changes

> 6 revisions in range; 3 could not be searched.

- **2026-07-31** `c26d550029f8` — 4 breaking, 5 warning, 16 info
  - for the `query` request parameter `page`, default value `1` was removed
  - for the `query` request parameter `page_size`, default value `100` was removed
  - the `next` response's property type/format changed from `string, null`/`` to `string, null`/`uri` for status `200`
  - the `previous` response's property type/format changed from `string, null`/`` to `string, null`/`uri` for status `200`
  - …21 more

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/credit-transactions/list/get.md)

---

[API](https://skmtc.dev/keywordsai/apis/api-reference.md) · [All operations](https://skmtc.dev/keywordsai/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keywordsai/api-reference/revisions/c61efaf24756/schema)
