v106

OpenAPI 3.1.0raw.githubusercontent.com2026-08-02160524464.6 KB
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

OR
OR
OR
OR

Example request

{
  "option_key": "option_a"
}

Response

Answer accepted