miner

List miner's agents

List all agents owned by the authenticated miner, with cooldown status.

Includes the latest version per agent with its state and score so the frontend doesn't need to make N additional requests.

get/v1/miner/agents

Response

Successful Response

can_submitboolean required

Whether the miner is currently allowed to submit a new agent

next_allowed_atstring date-time nullable

Earliest time the miner may submit again, if on cooldown

racing_agent_version_idstring uuid nullable

The agent_version_id this miner would race with right now: the explicitly pinned version when valid, otherwise the picker's auto-pick (highest-scoring eligible version on this hotkey >= the qualifying threshold). None when nothing on this hotkey qualifies.

racing_agent_idstring uuid nullable

The agent_id that owns racing_agent_version_id. Surfaced alongside the version id so the dashboard can highlight the right row even when the racing version isn't that agent's latest. None when racing_agent_version_id is None.

Changes

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