List Custom Scripts IDs
Get a list of custom-script ID's that are available to the user for the runscript
command.
External Documentation
To learn more, visit the CrowdStrike documentation.
Basic Parameters
Parameter | Description |
---|---|
Filter | Optional filter criteria in the form of an FQL query. For more information about FQL queries, see FQL documentation in Falcon. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | Number of ids to return. |
Offset | Starting index of overall result set from which to return ids. |
Sort | Sort by spec. Ex: name.desc. |
Example Output
{
"meta": {
"query_time": "x.xxxxxxxx",
"pagination": {
"offset": x,
"limit": xxx,
"total": x
},
"powered_by": "xxxxxxxxxxxx",
"trace_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
},
"resources": [
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
]
}
Workflow Library Example
List Custom Scripts Ids with Crowdstrike and Send Results Via Email
Preview this Workflow on desktop