> ## 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 Group Object

Retrieve the details of a specific network group object.

<Note>
  External Documentation

  To learn more, visit the [Check Point Management documentation](https://sc1.checkpoint.com/documents/latest/APIs/?#web/show-group~v1.5%20).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                        |
  | --------- | ------------------------------------------------------------------ |
  | Object    | The unique identifier (UID) or name of the network group to fetch. |
</div>

## Example Output

```json theme={"dark"}
{
	"uid": "af356b42-a6d7-4796-9072-5445a836a8da",
	"name": "example-network",
	"type": "group",
	"domain": {
		"uid": "41e821a0-3720-11e3-aa6e-0800200c9fde",
		"name": "SMC User",
		"domain-type": "domain"
	},
	"members": [
		{
			"uid": "4fe69d3f-2d30-4b2f-acec-be65f4c65c64",
			"name": "example-object",
			"type": "host",
			"domain": {
				"uid": "41e821a0-3720-11e3-aa6e-0800200c9fde",
				"name": "SMC User",
				"domain-type": "domain"
			},
			"ipv4-address": "1.2.2.20",
			"icon": "Objects/host",
			"color": "black"
		}
	],
	"groups": [],
	"comments": "",
	"color": "black",
	"icon": "General/group",
	"tags": [
		{
			"uid": "bd4d6af0-687a-449e-b1c7-ce79350dc9bf",
			"name": "bar",
			"type": "tag",
			"domain": {
				"uid": "41e821a0-3720-11e3-aa6e-0800200c9fde",
				"name": "SMC User",
				"domain-type": "domain"
			},
			"icon": "Tags/Tag",
			"color": "black"
		},
		{
			"uid": "fb520aa3-126b-4743-8f9d-086658991fd0",
			"name": "foo",
			"type": "tag",
			"domain": {
				"uid": "41e821a0-3720-11e3-aa6e-0800200c9fde",
				"name": "SMC User",
				"domain-type": "domain"
			},
			"icon": "Tags/Tag",
			"color": "black"
		}
	],
	"meta-info": {
		"lock": "unlocked",
		"validation-state": "ok",
		"last-modify-time": {
			"posix": 1681072227268,
			"iso-8601": "2023-04-09T23:30+0300"
		},
		"last-modifier": "admin",
		"creation-time": {
			"posix": 1681072227268,
			"iso-8601": "2023-04-09T23:30+0300"
		},
		"creator": "admin"
	},
	"read-only": false,
	"available-actions": {
		"edit": "true",
		"delete": "true",
		"clone": "true"
	}
}
```

## Workflow Library Example

[Get Network Group Object with Check Point Management and Send Results Via Email](https://library.blinkops.com/workflows/get-network-group-object-with-check-point-management-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-group-object-with-check-point-management-and-send-results-via-email/canvas" />
</div>
