---
title: "GET /v1/orchestrator/runtime_info"
method: GET
path: "/v1/orchestrator/runtime_info"
tags: ["Orchestrator"]
---

# GET /v1/orchestrator/runtime_info

`GET /v1/orchestrator/runtime_info`

Get Runtime Information

## Response `200`

OK

- Runtime
  - `releaseVersion` string — release_version is the latest Clouditor release version for this commit
  - `vcs` string — vcs is the used version control system
  - `commitHash` string — commit_hash is the current Clouditor commit hash
  - `commitTime` string, date-time — commit_time is the time of the Clouditor commit
  - `golangVersion` string — golang_version is the used golang version
  - `dependencies` Dependency[] — dependency is a list of used runtime dependencies
    - `path` string
    - `version` string

## Other responses

- `default` — Default error response

## Changes

> 50 revisions in range; 9 could not be searched.

- **2023-02-13** `b44458796c58` — 1 info
  - endpoint added
- **2022-11-07** `9aea46cc4c8a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/clouditor/apis/orchestrator-api/changes/v1/orchestrator/runtime_info/get.md)

---

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