Human-in-the-Loop

Get Run Pair

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

Path parameters

idstring required

Unique run identifier (ULID).

pair_idstring required

Durable run pair identifier.

Example:01HZX6M29F1CD5YYMHT1F5D7WQ

Response

Pair record

pair_idstring required

Durable run pair identifier.

run_idstring required
status'active' | 'ended' | 'failed' required
started_atstring date-time required
ended_atstring date-time nullable
failure_reasonstring nullable

Example response

{
  "pair_id": "01HZX6M29F1CD5YYMHT1F5D7WQ",
  "target": {
    "stage_id": "code@1",
    "node_label": "Code"
  }
}

Changes

Changed in 1 of the 172 revisions of this API.1

    • ○

      added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 12 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog