> For the complete documentation index, see [llms.txt](https://finext.gitbook.io/one-kyc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://finext.gitbook.io/one-kyc/api/metrics.md).

# Metrics and analytics

The Tenant API exposes the metrics and analytics data shown on the admin panel dashboard. Every endpoint in this section is read-only and requires the **metrics:read** scope.

## Core metrics

Returns aggregated statistics for the requested period (verification counts, approval/rejection rates, etc.).

<mark style="color:blue;">`GET`</mark> `undefined/v1/kyc/metrics/stats`

## Charts and time series

Returns data for charts — time series with the requested granularity (hour, day, week).

<mark style="color:blue;">`GET`</mark> `undefined/v1/kyc/metrics/chart`

## Conversion funnel

Returns conversion-funnel data across verification stages (from link creation to flow completion).

<mark style="color:blue;">`GET`</mark> `undefined/v1/kyc/metrics/funnel`

## Activity

Returns user and operator activity data for the requested period.

<mark style="color:blue;">`GET`</mark> `undefined/v1/kyc/metrics/activity`

## Real-time metrics

Returns operational metrics in real time: number of active sessions, sessions queued for review, and similar live data.

<mark style="color:blue;">`GET`</mark> `undefined/v1/kyc/metrics/realtime`

## Data export

Exports metrics data in a structured format for downstream processing and analysis.

<mark style="color:blue;">`GET`</mark> `undefined/v1/kyc/metrics/export`

***

> **Note.** Real-time metrics are also available through a WebSocket connection in the admin panel. The API endpoints return a snapshot at request time.
