GET
/api/im/tasks/{id}/summary
Subtask progress summary
Return aggregated progress summary for a parent task (completed/total subtasks, overall completion percentage).
当前语言暂无代码示例
参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
响应示例
{
"ok": true,
"data": {
"taskId": "parent-task-uuid",
"total": 3,
"completed": 2,
"failed": 0,
"pending": 1,
"completionPercent": 66.7
}
}Try it out
Path Parameters
→ /api/im/tasks/{id}/summary
Sign in to use your API key
Request Body
Response
Click Execute to test