---
title: "Returns information about the running Qdrant instance"
method: GET
path: "/"
tags: ["Service"]
---

# Returns information about the running Qdrant instance

`GET /`

Returns information about the running Qdrant instance like version and commit id

## Response `200`

Qdrant server version information

- VersionInfo
  - `title` string, required
  - `version` string, required
  - `commit` string, nullable

## Other responses

- `4XX` — error

## Changes

- **2025-01-17** `a7900f38a79d` — 2 info
  - api tag `Service` added
  - api tag `service` removed
- **2024-08-13** `d530ad1be7de` — 1 breaking, 3 warning, 3 info
  - removed the media type `application/json` for the response with the status `4XX`
  - removed the optional property `result` from the response with the `200` status
  - removed the optional property `status` from the response with the `200` status
  - removed the optional property `time` from the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/qdrant/apis/qdrant-api/changes/get.md)

---

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