Get FalconItScheduledTask - CrowdStrike/psfalcon GitHub Wiki
Search for Falcon for IT scheduled tasks
Requires 'IT Automation - Tasks: Read'.
Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
---|---|---|---|---|---|---|---|
Id | String[] | Scheduled task identifier | X | X | |||
Filter | String |
Falcon Query Language expression to limit resultscreated_by created_time end_time is_active last_run modified_by modified_time start_time task_id task_name task_type
|
|||||
Sort | String | Property and direction to sort results |
created_by|asc created_by|desc created_time|asc created_time|desc end_time|asc end_time|desc last_run|asc last_run|desc modified_by|asc modified_by|desc modified_time|asc modified_time|desc start_time|asc start_time|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 | 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-FalconItScheduledTask [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconItScheduledTask -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconItScheduledTask [[-Filter] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] -Detailed [-All] [-WhatIf] [-Confirm] [<CommonParameters>]
GET /it-automation/combined/scheduled-tasks/v1
GET /it-automation/entities/scheduled-tasks/v1
GET /it-automation/queries/scheduled-tasks/v1
Get-FalconItScheduledTask -Id <id>
Get-FalconItScheduledTask -Filter "created_by:'[email protected]'" -Sort start_time -Limit 10
Get-FalconItScheduledTask -Filter "created_by:'[email protected]'" -Sort start_time -Limit 1 -Detailed
2025-08-04: PSFalcon v2.2.9