> ## 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.

# List FileVantage Rule Group IDs

List all available FileVantage rule group IDs.

<Note>
  External Documentation

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

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                      |
  | ---------------- | ------------------------------------------------ |
  | Return All Pages | Automatically fetch all resources, page by page. |
  | Rule Group Type  | Filter by the type of rule group.                |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                  |
  | --------- | -------------------------------------------- |
  | Limit     | The maximum amount of records to return.     |
  | Offset    | The offset to start retrieving records from. |
  | Sort      | Specify the order of retrieved rule groups.  |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"query_time": 0.714759,
		"pagination": {
			"offset": 0,
			"limit": 100,
			"total": 3
		},
		"powered_by": "filevantage-api",
		"trace_id": "262a390b-6ca5-4e5f-b02b-d082b8371161"
	},
	"resources": [
		"<id1>",
		"<id2>",
		"<id3>"
	]
}
```

## Workflow Library Example

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