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

Get details for one or more FileVantage rule group configurations.

<Note>
  External Documentation

  To learn more, visit the [CrowdStrike documentation](https://falcon.us-2.crowdstrike.com/documentation/page/d5448e4f/falcon-filevantage-apis#ia506dd3).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                     |
  | --------------- | --------------------------------------------------------------- |
  | Rule Groups IDs | A comma-separated list of rule group IDs to get the details of. |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"query_time": 0.714759,
		"powered_by": "filevantage-api",
		"trace_id": "262a390b-6ca5-4e5f-b02b-d082b8371161"
	},
	"Resources": [
		{
			"id": "<id1>",
			"name": "Rule Group 1",
			"description": "Rule Group for monitoring windows",
			"type": "WindowsFiles",
			"policy_assignments": [
				{
					"id": "<pid1>",
					"href": "filevantage/policies/entities/v1?ids=<pid1>"
				}
			],
			"assigned_rules": [
				{
					"id": "<rid1>",
					"href": "filevantage/rules/entities/v1?ids=<rid1>"
				},
				{
					"id": "<rid2>",
					"href": "filevantage/rules/entities/v1?ids=<rid2>"
				}
			],
			"created_by": "[email_address | bearer_token_id>",
			"created_timestamp": "2023-08-2T07:29:57Z",
			"modified_timestamp": "2023-08-1T07:30:00Z",
			"modified_by": "[email_address | bearer_token_id>"
		}
	]
}
```

## Workflow Library Example

[Get Filevantage Rule Group Details with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/get-filevantage-rule-group-details-with-crowdstrike-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-filevantage-rule-group-details-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
