> ## 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 IPV4 Address

Get the details of an IPv4 address object.

**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/getIP4Address/9.6.0).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                                                          |
  | ------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
  | Address      | The `IPV4` address to get details for.                                                                                               |
  | Container ID | The ID of the container to search the address within. This value can be a configuration, IPv4 or IPv6 block, network, or DHCP range. |
</div>

## Example Output

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

## Workflow Library Example

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