> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usecleff.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> The Transactions ledger plus the payout, KPI, and beneficiary analytics behind the dashboard.

**Reporting** exposes the read models the dashboard is built on: the Transactions
ledger and the aggregate analytics over a window. Every figure is scoped to the
Business and environment of the API key.

The ledger is the money-movement record; the `export` variant returns the same rows as
CSV for reconciliation. The other three are windowed aggregates, each accepting the same
window bounds and reporting the change against the equal-length prior window.

## Endpoints

| Method | Path                                | Purpose                                            |
| ------ | ----------------------------------- | -------------------------------------------------- |
| `GET`  | `/v1/reporting/transactions`        | List the Transactions ledger                       |
| `GET`  | `/v1/reporting/transactions/export` | Export the ledger as CSV                           |
| `GET`  | `/v1/reporting/payout-volume`       | Payout (money-out) volume over a window            |
| `GET`  | `/v1/reporting/hero-kpis`           | Retention %, payout count, and average payout size |
| `GET`  | `/v1/reporting/beneficiaries`       | Beneficiary analytics over a window                |
