curl --request GET \
--url https://api.example.com/api/v2/tasks/{taskId}{
"error": "<string>"
}Retrieves the details of a task.
curl --request GET \
--url https://api.example.com/api/v2/tasks/{taskId}{
"error": "<string>"
}The unique identifier of the task to get.
Default Response