请求方式:GET
请求地址: https://{domain}/dataAgent/llm/openApi/v2/deepresearch/taskStatus
位置 | 参数 | 类型 | 是否必选 | 示例值 | 描述 |
|---|---|---|---|---|---|
QueryParams | id | string | 是 | 314b788f83394219afa563e47a2938a9 | 任务id,您在调用“执行深度研究任务”接口后,返回结果中包含对应执行任务的任务id。 |
https://{domain}/dataAgent/llm/openApi/v2/deepresearch/taskStatus?id=314b788f83394219afa563e47a2938a9
位置 | 参数 | 类型 | 示例值 | 描述 |
|---|---|---|---|---|
ROOT | taskId | string | 314b788f83394219afa563e47a2938a9 | 任务Id |
status | TaskStatus |
| 对应深度研究任务的任务状态,包含state、timestamp参数。
|
{ "JSONIFY_PRETTYPRINT_REGULAR": false, "code": "llm/ok", "data": { "status": { "state": "completed", "timestamp": "2025-09-26T14:52:00.878760" }, "taskId": "314b788f83394219afa563e47a2938a9" }, "msg": {} }