Get FalconItTaskExecution - CrowdStrike/psfalcon GitHub Wiki
Search for 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 run_by run_type start_time status task_id task_name task_type
|
|||||
Sort | String | Property and direction to sort results |
end_time|asc end_time|desc run_by|asc run_by|desc run_type|asc run_type|desc start_time|asc start_time|desc status|asc status|desc task_id|asc task_id|desc task_name|asc task_name|desc task_type|asc task_type|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 |
Get-FalconItTaskExecution [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconItTaskExecution -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconItTaskExecution [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] -Detailed [-All] [-WhatIf] [-Confirm] [<CommonParameters>]
GET /it-automation/combined/task-executions/v1
GET /it-automation/entities/task-executions/v1
GET /it-automation/queries/task-executions/v1
Get-FalconItTaskExecution -Id <id>
Get-FalconItTaskExecution
Get-FalconItTaskExecution -Detailed
2025-08-04: PSFalcon v2.2.9