---
title: "Statistics"
method: GET
path: "/api/v1/monitoring/statistics"
tags: ["secure"]
---

# Statistics

`GET /api/v1/monitoring/statistics`

Retrieves RDI statistics.

## Response `200`

Successful Response

- StatisticsResponse
  - `connections` object, required
  - `data_streams` DataStreams, required
    - `totals` DataStreamsStatisticsTotal, required
      - `total` integer, nullable
      - `pending` integer, nullable
      - `inserted` integer, nullable
      - `updated` integer, nullable
      - `deleted` integer, nullable
      - `filtered` integer, nullable
      - `rejected` integer, nullable
      - `deduplicated` integer, nullable
    - `streams` object, required
  - `processing_performance` ProcessingPerformance, required
    - `total_batches` integer, required
    - `batch_size_avg` number, required
    - `read_time_avg` number, required
    - `transform_time_avg` number, required
    - `write_time_avg` number, required
    - `process_time_avg` number, required
    - `ack_time_avg` number, required
    - `total_time_avg` number, required
    - `rec_per_sec_avg` number, required
  - `rdi_pipeline_status` RdiPipelineStatus, required
    - `rdi_version` string, required
    - `address` string, required
    - `run_status` union, required
      - 'unknown' | 'running' | 'idling' | 'stopped' — Enum for the state of the stream processor.
      - 'stopped' | 'ready' | 'not-ready' — RDI component status.
    - `sync_mode` string, required
  - `clients` object, required
  - `offsets` object, required
  - `snapshot_status` 'running' | 'failed' | 'paused' | 'completed' | 'N/A', required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-04-29** `d5de67e6bd60` — 1 warning
  - added the new `snowflake` enum value to the `connections/additionalProperties/type` response property for the response status `200`
- **2026-02-02** `f0a3d26cc0c6` — 3 warning
  - removed the optional property `errors` from the response with the `401` status
  - removed the optional property `errors` from the response with the `403` status
  - added the new `spanner` enum value to the `connections/additionalProperties/type` response property for the response status `200`
- **2025-09-10** `643f19b868e6` — 2 info
  - added the required property `processing_performance/transform_time_avg` to the response with the `200` status
  - added the required property `processing_performance/write_time_avg` to the response with the `200` status
- **2025-06-16** `557b7644b943` — 2 info
  - added the optional property `errors` to the response with the `401` status
  - added the optional property `errors` to the response with the `403` status
- …earlier changes not shown

[Full history](https://skmtc.dev/redis/apis/redis-data-integration-api/changes/api/v1/monitoring/statistics/get.md)

---

[API](https://skmtc.dev/redis/apis/redis-data-integration-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-data-integration-api/revisions/30f630f0aac5/schema)
