---
title: "Version"
method: GET
path: "/version"
tags: ["Agent"]
---

# Version

`GET /version`

Retrieve the version of the agent.

## Response `200`

Successfully retrieved the version of the agent.

- VersionResponse
  - `version` string, required — The version of the agent.
  - `git_commit` string, required — The git commit of the agent.
  - `api_version` string, required — The API version of the agent.
  - `api_git_commit` string, required — The git commit of the API.
  - `rust_version` string, required — The version of Rust.
  - `build_date` string, date-time, required — The build date of the agent.
  - `os` string, required — The operating system of the agent.
  - `arch` string, required — The architecture of the agent.

---

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