ask_user tool.
Authentication
Requires a valid Bearer token.Path Parameters
Task ID (UUID).
Request Body
The message to send to the agent.
Answers to specific questions from the agent’s
ask_user tool call. Keys are question identifiers, values are the answers.Response
Returns200 OK on success.
Errors
| Status | Description |
|---|---|
400 | Bad Request — task is not in a state that accepts responses |
401 | Unauthorized — missing or invalid token |
404 | Not Found — task does not exist or you do not have access |