v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
Runs

Respond To Human Request

Respond to a human-in-the-loop request. Use 'approved' (true/false) for approval-type requests, or 'answers' ({question: answer}) for question-type requests. Only works when the run is in 'waiting' status.

post/v2/runs/{run_id}/human-requests/{request_id}/respond

Path parameters

run_idstring uuid required

The run's unique identifier

request_idstring uuid required

The human request's unique identifier

Request body

answersobject

For question-type requests: a map of question text to answer. Multi-select answers should be comma-separated.

approvedboolean

For approval-type requests: true to approve, false to deny

Response

Default Response