Endpoint
Purpose
Queues human input for a case that is currently paused inINPUT_NEEDED.
Authentication
Path Parameters
Request Body
Both fields are trimmed and must be non-empty strings.
Example Request
Successful Response
What 202 Accepted Means
202 means:
- the input passed validation
- the case was found and owned by the caller
- the internal queue accepted the follow-up work
- the worker already processed your answer
- the case has already left
INPUT_NEEDED - a reply was already sent
Transient State To Expect
Immediately after202:
- the API updates
inputRequestStatustoRESOLVED - the case can still be
INPUT_NEEDEDuntil the worker finishes
Conflict Errors
This endpoint returns409 when:
- the case is not currently waiting for input
- the active request is no longer pending
- the
inputRequestIddoes not match the currently active request