---
title: "Get the current or last install job for one agent harness"
method: GET
path: "/api/v1/agents/{agent}/install"
tags: ["agents"]
---

# Get the current or last install job for one agent harness

`GET /api/v1/agents/{agent}/install`

## Path parameters

- `agent` string, required — Agent adapter identifier.

## Response `200`

OK

- InstallJob
  - `command` string — Human-readable install command, e.g. "brew install tmux", for display even before/without output.
  - `error` string — Set on failure or when the target is unsupported on this machine: the exec error, the Unsupported reason, or a timeout message.
  - `expectedDestination` string — Expected or adapter-resolved executable destination.
  - `finishedAt` string, date-time, nullable — Absent until the job finishes.
  - `method` string — Server-owned installation method selected for this harness job.
  - `output` string — Combined stdout+stderr from the install command, tail-capped to the last ~4000 bytes.
  - `startedAt` string, 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.
  - `updatedAt` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `501` — Not Implemented

## Changes

- **2026-09-03** `d31a2d019c47` — 2 info
  - added the optional property `reporting_owner` to the response with the `400` status
  - added the optional property `reporting_owner` to the response with the `501` status
- **2026-09-02** `dbac6f893348` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/changes/api/v1/agents/:agent/install/get.md)

---

[API](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon.md) · [All operations](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/llms.txt) · [OpenAPI document](https://skmtc.dev/composiohq/apis/agent-orchestrator-http-daemon/revisions/6a868cfec2ac?raw)
