Get FalconDpePattern - CrowdStrike/psfalcon GitHub Wiki

Get-FalconDataProtectionPattern

SYNOPSIS

Search for Falcon Data Protection content patterns

DESCRIPTION

Requires 'Data Protection: Read'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Id String[] Content pattern identifier X X
Filter String Falcon Query Language expression to limit results

category
created_at
deleted
example
name
region
type
updated_at
Sort String Property and direction to sort results category|asc
category|desc
created_at|asc
created_at|desc
deleted|asc
deleted|desc
example|asc
example|desc
name|asc
name|desc
region|asc
region|desc
type|asc
type|desc
updated_at|asc
updated_at|desc
Limit Int32 Maximum number of results per request [default: 100] 1 500
Offset Int32 Position to begin retrieving results
Detailed Switch Retrieve detailed information
All Switch Repeat requests until all available results are retrieved
Total Switch Display total result count instead of results

SYNTAX

Get-FalconDataProtectionPattern [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconDataProtectionPattern -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

GET /data-protection/entities/content-patterns/v1
GET /data-protection/queries/content-patterns/v2

USAGE

2025-10-24: PSFalcon v2.3.0

⚠️ **GitHub.com Fallback** ⚠️