Get FalconItHostExecution - CrowdStrike/psfalcon GitHub Wiki
Search for host results of Falcon for IT task executions
Requires 'IT Automation - Task Executions: Read'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Id | String[] | Task execution identifier | X | X | |||
Filter | String |
Falcon Query Language expression to limit resultsend_time start_time status total_results
|
|||||
Sort | String | Property and direction to sort results |
end_time|asc end_time|desc start_time|asc start_time|desc status|asc status|desc total_results|asc total_results|desc
|
||||
Limit | Int32 | Maximum number of results per request [default: 100] | 1 |
500 |
|||
Offset | Int32 | Position to begin retrieving results | |||||
All | Switch | Repeat requests until all available results are retrieved | |||||
Total | Switch | Display total result count instead of results |
Get-FalconItHostExecution [-Id] <String[]> [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
GET /it-automation/entities/task-execution-host-status/v1
Get-FalconItHostExecution -Id <id>
2025-08-04: PSFalcon v2.2.9