External DocumentationTo learn more, visit the CrowdStrike documentation.
Actions
List FileVantage Rule Group IDs
List all available FileVantage rule group IDs.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Return All Pages | Automatically fetch all resources, page by page. |
| Rule Group Type | Filter by the type of rule group. |
| 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. |
{
"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>"
]
}
Was this page helpful?