system

Get the current or last known install job status for a system target

get/api/v1/system/install/{target}

Path parameters

target'tmux' | 'gh' | 'claude' | 'codex' | 'opencode' | 'copilot' | 'cloudflared' required

Install target identifier: tmux, gh, claude, codex, opencode, copilot, or cloudflared.

Install target identifier: tmux, gh, claude, codex, opencode, copilot, or cloudflared.

Response

OK

commandstring

Human-readable install command, e.g. "brew install tmux", for display even before/without output.

errorstring

Set on failure or when the target is unsupported on this machine: the exec error, the Unsupported reason, or a timeout message.

expectedDestinationstring

Expected or adapter-resolved executable destination.

finishedAtstring date-time nullable

Absent until the job finishes.

methodstring

Server-owned installation method selected for this harness job.

outputstring

Combined stdout+stderr from the install command, tail-capped to the last ~4000 bytes.

startedAtstring date-time nullable
status'idle' | 'running' | 'installing' | 'verifying' | 'succeeded' | 'failed' | 'unsupported' | 'interrupted' required

Current lifecycle state of the job.

target'tmux' | 'gh' | 'claude' | 'claude-code' | 'codex' | 'cursor' | 'opencode' | 'aider' | 'copilot' | 'grok' | 'kimi' | 'pi' | 'amp' | 'auggie' | 'droid' | 'crush' | 'cline' | 'goose' | 'qwen' | 'continue' | 'devin' | 'kiro' | 'kilocode' | 'vibe' | 'muse' | 'agy' | 'autohand' | 'kimchi' | 'prime-agent' | 'omp' | 'cloudflared' required

Fixed install target this job ran (or is running) for.

updatedAtstring date-time nullable

Changes