List all file integrity policies IDs.

External Documentation

To learn more, visit the CrowdStrike documentation.

Basic Parameters

ParameterDescription
Platform TypeFilter by the type of the platform associated with the policies.
Return All PagesAutomatically fetch all resources, page by page.

Advanced Parameters

ParameterDescription
LimitThe maximum amount of records to return.
OffsetThe offset to start retrieving records from.
SortSpecify how to sort the results in the format property|order.

Example Output

{
	"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 File Integrity Policies Ids with Crowdstrike and Send Results Via Email

Preview this Workflow on desktop