---
title: "Retrieve controller's information"
method: GET
path: "/controller/info"
tags: ["controller"]
---

# Retrieve controller's information

`GET /controller/info`

## Response `200`

OK

- ControllerInfo
  - `version` string — Version number
  - `commit` string — Commit hash
  - `capabilities` string[] — Supported capabilities

## Changes

- **2025-01-30** `19958470ca61` — 1 info
  - added the optional property `capabilities` to the response with the `200` status
- **2023-10-09** `e0632c7e52ea` — 1 breaking, 2 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `commit` to the response with the `200` status
  - added the optional property `version` to the response with the `200` status
- **2023-04-11** `ad7b4475c8dc` — 1 info
  - endpoint added
- **2023-01-26** `4b9547159dde` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openai/apis/orchard/changes/controller/info/get.md)

---

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