get_note_task_progress
Check the processing status of note creation tasks by polling with a task ID to determine when a linked note is ready or has failed.
Instructions
查询创建笔记任务的处理进度。用于链接笔记(note_type=link)创建后,通过 save_note 返回的 task_id 轮询任务状态,直到 status 变为 success(可获取 note_id)或 failed(可获取 error_msg)。建议每 10~30 秒轮询一次,约 3 分钟内完成。需要 note.content.read scope。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | 任务 ID(创建链接笔记时 save_note 返回的 tasks[].task_id) |