---
title: "Api Points Transactions Retrieve"
method: GET
path: "/api/points-transactions/{id}/"
tags: ["platformApi"]
---

# Api Points Transactions Retrieve

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

GET /api/points-transactions/<id>/
Retrieve a single Respan Points transaction by ID, scoped to the caller's
own organization.

Own-org only — including superadmins (no ``get_superadmin_queryset``
override). A row belonging to another org is not visible (404), enforced by
``ProjectScopedQuerysetMixin``.

NOTE: CLICKHOUSE-ONLY — reads ``ch_billing_event`` points-class rows.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

- PointsTransactionDetail — Detail view of points transactions (full row) — reads ``ch_billing_event``.
  - `id` string, required
  - `unique_organization_id` string, required
  - `points_amount` number, double, required
  - `event_class` string, required
  - `event_time` string, date-time, required
  - `description` string, required
  - `source_id` string, required
  - `credit_amount` number, double, required
  - `debit_amount` number, double, required
  - `points_conversion_rate` number, double, required

---

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