curl --request GET \
--url https://api.example.com/api/v2/tasks/{taskId}{
"id": "<string>",
"status": "running",
"workflowRunId": "<string>",
"output": {},
"state": {}
}Retrieves the details of a task.
curl --request GET \
--url https://api.example.com/api/v2/tasks/{taskId}{
"id": "<string>",
"status": "running",
"workflowRunId": "<string>",
"output": {},
"state": {}
}The unique identifier of the task to get.