Sends a follow-up message to a running task, or provides answers to questions the agent has asked via theDocumentation Index
Fetch the complete documentation index at: https://docs.runaether.dev/llms.txt
Use this file to discover all available pages before exploring further.
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 |