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
Example response
{
"current_pair": {
"pair_id": "01HZX6M29F1CD5YYMHT1F5D7WQ",
"target": {
"stage_id": "code@1",
"node_label": "Code"
}
},
"targets": [
{
"stage_id": "code@1",
"node_label": "Code"
}
]
}