Human-in-the-Loop
Submit Run Answer
Submits an answer to a pending question. The answer can be freeform text or a selected option key, depending on the question type.
post/api/v1/runs/{id}/questions/{qid}/answer
Path parameters
idstring required
Unique run identifier (ULID).
qidstring required
Unique identifier of a pending question.
Request body
Example request
{
"option_key": "option_a"
}Response
Answer accepted