> ## 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 Entity Parent

Get the parent entity of the given entity.

**Important Note:** This action is only available when using the `V1` connection method of BlueCat Address Manager.

<Note>
  External Documentation

  To learn more, visit the [BlueCat Address Manager documentation](https://docs.bluecatnetworks.com/r/Address-Manager-Legacy-v1-API-Guide/GET/v1/getParent/9.6.0).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                                                                                                                                |
  | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Entity ID  | The ID of the entity to get parent for.                                                                                                                                                                                    |
  | Include HA | Select to retrieve the `xHA` status of each node.<br /><br />For more information, please refer to [BlueCat documentation](https://docs.bluecatnetworks.com/r/Address-Manager-Legacy-v1-API-Guide/GET/v1/getParent/9.6.0). |
</div>

## Example Output

```json theme={"dark"}
{
	"id": 12345,
	"name": "...",
	"type": "...",
	"properties": "..."
}
```

## Workflow Library Example

[Get Entity Parent with Bluecat Address Manager and Send Results Via Email](https://library.blinkops.com/workflows/get-entity-parent-with-bluecat-address-manager-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-entity-parent-with-bluecat-address-manager-and-send-results-via-email/canvas" />
</div>
