---
title: "Retrieve a credit transaction"
method: GET
path: "/api/credit-transactions/{id}/"
tags: ["creditTransactions"]
---

# Retrieve a credit transaction

`GET /api/credit-transactions/{id}/`

Retrieve details of a specific credit transaction.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Transaction details.

- CreditTransactionsRetrieveCreditTransactionResponse200
  - `id` string, required
  - `unique_organization_id` string, required
  - `amount` number, double, required
  - `transaction_type` string, required
  - `billable_type` string, required
  - `source_id` string, required
  - `credit_amount` number, double, required
  - `debit_amount` number, double, required
  - `description` string, required
  - `created_at` string, date-time, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found

## Changes

- **2026-08-13** `4e064cf81dae` — 2 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `404`
- **2026-07-31** `c26d550029f8` — 4 warning, 17 info
  - removed the optional property `expires_at` from the response with the `200` status
  - removed the optional property `metadata` from the response with the `200` status
  - removed the optional property `organization_subscription` from the response with the `200` status
  - removed the optional property `stripe_payment_intent_id` from the response with the `200` status
  - …17 more

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/api/credit-transactions/:id/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)
