Get the answer to an earlier task
get_task_answerRetrieve a reply to a sent task or appended subtask by passing its ID, returning the answer or pending status. For photo, voice, or file responses, get the inputId needed to download the attachment.
Instructions
Check whether a task sent with send_task, or a subtask added with append_subtask, has been answered. Pass exactly one of task_id or subtask_id. Returns the answer, or pending if the person has not replied yet; for a subtask the result also names its parent task. A photo, voice or file answer carries its inputId for download_attachment. For the whole task including every subtask, use get_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | The tsk_ id returned by send_task. | |
| subtask_id | No | The sub_ id returned by append_subtask. |