---
title: "Preview Transactions"
method: GET
path: "/api/v1/admin/reports/transactions/preview"
tags: ["Admin APIs", "Admin - Reports"]
---

# Preview Transactions

`GET /api/v1/admin/reports/transactions/preview`

Preview ledger transactions for admin tooling.

This replaces the legacy "events"-based detailed transactions preview.

## Query parameters

- `client_id` string, nullable — Filter by client ID
- `source` string, nullable — Filter by source
- `token_name` string, nullable — Filter by token name
- `start_date` string, nullable — Start date (YYYY-MM-DD)
- `end_date` string, nullable — End date (YYYY-MM-DD)
- `sector` string, nullable — Filter by client sector
- `page` integer — Page number
- `per_page` integer — Items per page

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
