---
title: "Get Version"
method: GET
path: "/api/version"
---

# Get Version

`GET /api/version`

Get the Ray Jobs API version and the Ray version running on the cluster.

## Response `200`

The Ray Jobs API version and the Ray version running on the cluster.

- object
  - `version` string — The version of the Ray Jobs API running on the server.
  - `ray_version` string — The version of Ray running on the server.
  - `ray_commit` string — The commit of Ray running on the server.

---

[API](https://skmtc.net/ray-project/apis/ray-jobs-api.md) · [All operations](https://skmtc.net/ray-project/apis/ray-jobs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ray-project/ray-jobs-api/versions/ee557bc8498e/schema)
