> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Task

Gets an existing task.

<Note>
  External Documentation

  To learn more, visit the [Nutanix Hypervisor documentation](https://www.nutanix.dev/api_reference/apis/prism_v3.html#tag/tasks/paths/~1tasks~1%7Buuid%7D/get).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description           |
  | --------- | --------------------- |
  | Task ID   | The UUID of the task. |
</div>

## Example Output

```json theme={"dark"}
{
	"status": "string",
	"last_update_time": "2019-08-24T14:15:22Z",
	"error_detail": "string",
	"logical_timestamp": 0,
	"requested_status": "string",
	"entity_reference_list": [
		{
			"url": "string",
			"kind": "string",
			"uuid": "string",
			"name": "string"
		}
	],
	"start_time": "2019-08-24T14:15:22Z",
	"creation_time": "2019-08-24T14:15:22Z",
	"uuid": "string",
	"start_time_usecs": 0,
	"cluster_reference": {
		"kind": "cluster",
		"name": "string",
		"uuid": "string"
	},
	"subtask_reference_list": [
		{
			"kind": "task",
			"name": "string",
			"uuid": "string"
		}
	],
	"completion_time": "2019-08-24T14:15:22Z",
	"creation_time_usecs": 0,
	"progress_message": "string",
	"operation_type": "string",
	"completion_time_usecs": 0,
	"error_code": "string",
	"percentage_complete": 0,
	"api_version": "3.1.0",
	"parent_task_reference": {
		"kind": "task",
		"name": "string",
		"uuid": "string"
	}
}
```

## Workflow Library Example

[Get Task with Nutanix Hypervisor and Send Results Via Email](https://library.blinkops.com/workflows/get-task-with-nutanix-hypervisor-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-task-with-nutanix-hypervisor-and-send-results-via-email/canvas" />
</div>
