v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
Human-in-the-Loop

Get Run Pair Status

get/api/v1/runs/{id}/pair

Path parameters

idstring required

Unique run identifier (ULID).

Response

Current pair and active pairable targets

run_idstring required

Example response

{
  "current_pair": {
    "pair_id": "01HZX6M29F1CD5YYMHT1F5D7WQ",
    "target": {
      "stage_id": "code@1",
      "node_label": "Code"
    }
  },
  "targets": [
    {
      "stage_id": "code@1",
      "node_label": "Code"
    }
  ]
}