Get FalconItTaskExecutionSearch - CrowdStrike/psfalcon GitHub Wiki
Retrieve results for a Falcon for IT task execution search job, or host results from a search job
Requires 'IT Automation - Task Executions: Read'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Id | String | Task execution search identifier | X | X | |||
Sort | String | Property and direction to sort results | |||||
Limit | Int32 | Maximum number of results per request [default: 500] | 1 |
500 |
|||
Offset | Int32 | Position to begin retrieving results | |||||
HostResult | Switch | Display host execution results from search job | |||||
All | Switch | Repeat requests until all available results are retrieved | |||||
Total | Switch | Display total result count instead of results |
Get-FalconItTaskExecutionSearch [-Id] <String> [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconItTaskExecutionSearch [-Id] <String> [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] -HostResult [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
GET /it-automation/entities/task-execution-results/v1
GET /it-automation/entities/task-execution-results-search/v1
Get-FalconItTaskExecutionSearch -Id <id>
Get-FalconItTaskExecutionSearch -Id <id> -HostResult
2025-08-04: PSFalcon v2.2.9