Human-in-the-Loop
Send Run Pair Message
post/api/v1/runs/{id}/pair/{pair_id}/messages
Path parameters
idstring required
Unique run identifier (ULID).
pair_idstring required
Durable run pair identifier.
Example:01HZX6M29F1CD5YYMHT1F5D7WQ
Request body
Response
Pair message accepted by the runtime
Example response
{
"message_id": "01HZX6M4D7Y1QW0Q0P6V8Z4DR5",
"pair_id": "01HZX6M29F1CD5YYMHT1F5D7WQ",
"stage_id": "code@1"
}