---
title: "Info"
method: GET
path: "/api/v2/info"
tags: ["v2", "info"]
---

# Info

`GET /api/v2/info`

Gets the API version and the operator leader-election mode.

## Response `200`

Successful Response

- InfoResponse — Response model containing information about the API and operator.
  - `version` string, required
  - `leader_election_mode` 'disabled' | 'leader' | 'follower' — Operator leader-election mode.

## Changes

- **2026-07-16** `e381b64b5ffc` — 1 info
  - added the optional property `leader_election_mode` to the response with the `200` status
- **2026-04-29** `d5de67e6bd60` — 1 info
  - the endpoint scheme security `HTTPBearer` was removed from the API
- **2026-02-03** `1cfaddb924d7` — 1 info
  - the endpoint scheme security `HTTPBearer` was added to the API
- **2026-02-02** `f0a3d26cc0c6` — 1 info
  - endpoint added
- **2025-02-27** `b0ed6c7dac42` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/redis/apis/redis-data-integration-api/changes/api/v2/info/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)
