public

Get agent version details

Get released public details for an agent version.

get/v1/public/agent-versions/{agent_version_id}

Path parameters

agent_version_idstring uuid required

Agent version ID

Agent version ID

Response

Successful Response

agent_version_idstring uuid required

Unique identifier for this version

agent_idstring uuid required

Parent agent ID

agent_namestring required

Agent name

miner_hotkeystring required

Owner's hotkey

version_numberinteger required

Version number within this agent (v1, v2, etc.)

suite_idinteger nullable

Suite this version was submitted for

submitted_atstring date-time required

When this version was submitted

released_atstring date-time required

UTC timestamp at which this version's code became / becomes public

code_available_atstring 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_scorenumber nullable

Final score if eligible

Changes

No recorded changes to this endpoint across all 1 revision of this API.