---
title: "Get Run Pair Status"
method: GET
path: "/api/v1/runs/{id}/pair"
tags: ["Human-in-the-Loop"]
---

# Get Run Pair Status

`GET /api/v1/runs/{id}/pair`

## Path parameters

- `id` string, required

## Response `200`

Current pair and active pairable targets

- RunPairStatusResponse
  - `run_id` string, required
  - `current_pair` PairRecord
    - `pair_id` string, required — Durable run pair identifier.
    - `run_id` string, required
    - `status` 'active' | 'ended' | 'failed', required
    - `started_at` string, date-time, required
    - `ended_at` string, date-time, nullable
    - `failure_reason` string, nullable
    - `target` PairTarget, required
      - `stage_id` string, required
      - `node_label` string, required
  - `targets` PairTarget[], required
    - `stage_id` string, required
    - `node_label` string, required

## Other responses

- `404` — Run not found

---

[API](https://skmtc.net/fabro-sh/apis/fabro-run-api.md) · [All operations](https://skmtc.net/fabro-sh/apis/fabro-run-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fabro-sh/fabro-run-api/versions/bee030053823/schema)
