Skip to main content
GET
Read this runner's own row

Authorizations

Authorization
string
header
required

The opaque agt_r token minted when the runner enrols (POST /v1/runners)

Response

OK

GET /v1/runners/me reply — the runner's own registration row, read-only.

Reading this does NOT bump liveness, so inspecting a host can never mask a dead runner.

degraded
boolean
required

Whether the row reads degraded.

host_id
string
required

The host it runs on.

id
string
required

The runner's identifier.

last_seen_at
integer<int64>
required

Epoch milliseconds of the last beat; zero when never seen.

sandbox_tier
string
required

The tier it was assigned.

status
string
required

Operator-facing state.

achievable
null | object

What the host reported it can actually enforce.

assigned_policy
null | object

The policy currently assigned to it.

degraded_reason
string | null

Why it reads degraded.