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

Get details of a group by its id.

## Parameters

<div className="integrations-table">
  | Parameter | Description                                                        |
  | --------- | ------------------------------------------------------------------ |
  | Group ID  | The ID of the group, Can be obtained via the `List Groups` action. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": 139256,
	"name": "Assets",
	"key": "asset_items",
	"icon": "https://assets.assetpanda.com/assets/icons/icon3-4f19b5a5c96fcb570887e1a2764ed41d86a6acb1291f7fab0315c965de956346.png",
	"filter_fields_by": 139259,
	"filter_fields_by_status": true,
	"default_status_id": 264663,
	"show_linked": true,
	"show_associated": true,
	"track_gps": true,
	"require_comment_on_object_delete": true,
	"attachments_in_replication": true
}
```

## Workflow Library Example

[Get Group Details with Asset Panda and Send Results Via Email](https://library.blinkops.com/workflows/get-group-details-with-asset-panda-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-group-details-with-asset-panda-and-send-results-via-email/canvas" />
</div>
