get_task_status
Check the progress of a note generation task by task_id. Returns markdown, transcript, and audio_meta once the task succeeds.
Instructions
查询笔记生成任务进度。SUCCESS 时 result 含 markdown / transcript / audio_meta。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |