{ "id": "<string>", "status": "PENDING", "tasks": [ { "task_id": "<string>", "task_type": "<string>", "status": "PENDING", "result": {}, "start_time": 123, "end_time": 123 } ], "metadata": {} }
获取工作流的完整执行结果,包括所有任务的详细信息
ID of the workflow to retrieve
Successful Response
The response is of type object.
object