> ## 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 Network Details

Returns the details of the specified network object. Requires ADMINISTRATOR \[64] user permissions. See [Permissions](https://developer.tenable.com/docs/permissions).

<Note>
  External Documentation

  To learn more, visit the [Tenable documentation](https://developer.tenable.com/reference/networks-details).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter  | Description                                                                                                          |
  | ---------- | -------------------------------------------------------------------------------------------------------------------- |
  | Network ID | The UUID of the network object for which you want to view details. Can be retrieved from the 'List Networks' action. |
</div>

## Example Output

```json theme={"dark"}
{
	"value": {
		"assets_ttl_days": 91,
		"created": 1557526802865,
		"created_by": "0f403df2-3b35-4339-9f74-1574805de203",
		"created_in_seconds": 1557526802,
		"description": "Network devices at Columbia, MD location",
		"is_default": false,
		"modified": 1557526802865,
		"modified_by": "0f403df2-3b35-4339-9f74-1574805de203",
		"modified_in_seconds": 1557526802,
		"name": "Headquarters",
		"owner_uuid": "0e67b283-07a4-464c-a5e4-7b42576962fd",
		"scanner_count": 0,
		"uuid": "42475f11-5e6b-4d6a-a53d-63fe494961df"
	}
}
```

## Workflow Library Example

[Get Network Details with Tenable and Send Results Via Email](https://library.blinkops.com/workflows/get-network-details-with-tenable-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-network-details-with-tenable-and-send-results-via-email/canvas" />
</div>
