Get FalconWorkflowIntegration - CrowdStrike/psfalcon GitHub Wiki

Get-FalconWorkflowIntegration

SYNOPSIS

Search for Falcon Fusion workflow integrations

DESCRIPTION

Requires 'API integrations: Read'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Filter String Falcon Query Language expression to limit results

app_id
app_version
availability
cid
created_at
id
metadata
name
oas
version
updated_at
updated_by
Sort String Property and direction to sort results
Limit Int32 Maximum number of results per request [default: 100] 1 500
Offset Int32 Position to begin retrieving results

SYNTAX

Get-FalconWorkflowIntegration [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

GET /plugins/combined/configs/v1

falconpy

GetCombinedPluginConfigs

USAGE

Search for Slack integrations

Get-FalconWorkflowIntegration -Filter "app_id:'91f3206aa38a436a82bf81fd9b883f2a'"

NOTE: Use the following values with the app_id filter to find integrations for a specific channel type:

  • Slack: 91f3206aa38a436a82bf81fd9b883f2a
  • PagerDuty: bd2a30880a08479ea21f2b3211af0c78
  • Webhook: 90093bb151684e7fb9d08449b915896a

2025-09-26: PSFalcon v2.2.9

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