List Hosts
danger
This action has been deprecated and will no longer be available in new workflows.
Action is Deprecated. Use List Devices instead.
External Documentation
To learn more, visit the CrowdStrike documentation.
Basic Parameters
Parameter | Description |
---|---|
Filter | The filter expression used to limit the result set. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The maximum number of records to return. [1-5000]. Default value: 100. |
Offset | The zero-based position of the first record to return. Default value: 0 |
Sort | The attribute and direction to order the results. |
Example Output
{
"meta": {
"query_time": 0.005413855,
"pagination": {
"offset": 1,
"limit": 100,
"total": 1
},
"powered_by": "device-api",
"trace_id": "b76d4abb-2722-4fa8-b364-da48517c7c97"
},
"resources": [
"6b48a2xxxxxxxx1c3a7f"
],
"errors": []
}
Workflow Library Example
List Hosts with Crowdstrike and Send Results Via Email
Preview this Workflow on desktop