---
title: "Get"
method: GET
path: "/releases/{release_id}"
tags: ["Releases"]
---

# Get

`GET /releases/{release_id}`

Retrieve a release by its ID.

## Path parameters

- `release_id` string, required

## Response `200`

Successfully retrieved the release.

- Release
  - `object` 'release', required — The object type, which is always `release`.
  - `id` string, required — ID of the release.
  - `version` string, required — The version of the release.
  - `git_commit_id` string, nullable, required — The ID of the git commit associated with this release.
  - `created_at` string, date-time, required — Timestamp of when the release was created.

## Changes

- **2026-03-10** `6c5a928176c5` — 1 breaking, 6 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - removed `#/components/schemas/BaseRelease` from the response body `allOf` list for the response status `200`
  - added the required property `created_at` to the response with the `200` status
  - added the required property `git_commit_id` to the response with the `200` status
  - …3 more

[Change history](https://skmtc.dev/mirurobotics/apis/miru-agent-api/changes/releases/:release_id/get.md)

---

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