DiscoverText API - Get Task Item

GET
https://api.discovertext.com/api/v1/tasks/{taskId}
Return Value: A running task item
{
  taskId: "{task id, guid string}",
  taskType: "{task type, string}",
  entityType: "{entity type, string}",
  objectId: {operating object id, numeric},
  percentComplete: {percent task completeness, number 0.0 to 1.0},
  isComplete: {is the task complete? boolean}
}