---
title: "Get agent version details"
method: GET
path: "/v1/public/agent-versions/{agent_version_id}"
tags: ["public"]
---

# Get agent version details

`GET /v1/public/agent-versions/{agent_version_id}`

Get released public details for an agent version.

## Path parameters

- `agent_version_id` string, uuid, required — Agent version ID

## Response `200`

Successful Response

- AgentVersionPublic
  - `agent_version_id` string, uuid, required — Unique identifier for this version
  - `agent_id` string, uuid, required — Parent agent ID
  - `agent_name` string, required — Agent name
  - `miner_hotkey` string, required — Owner's hotkey
  - `version_number` integer, required — Version number within this agent (v1, v2, etc.)
  - `suite_id` integer, nullable — Suite this version was submitted for
  - `submitted_at` string, date-time, required — When this version was submitted
  - `released_at` string, date-time, required — UTC timestamp at which this version's code became / becomes public
  - `code_available_at` string, date-time, required — UTC timestamp at which the code artifact becomes downloadable. Alias for released_at kept as a distinct field for Frontend compatibility. ORO-1504.
  - `latest_final_score` number, nullable — Final score if eligible

## Other responses

- `404` — Not found or not released
- `422` — Validation Error

---

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