Skip to main content

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

ParameterDescription
FilterThe filter expression used to limit the result set.

Advanced Parameters

ParameterDescription
LimitThe maximum number of records to return. [1-5000]. Default value: 100.
OffsetThe zero-based position of the first record to return. Default value: 0
SortThe 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

Workflow LibraryPreview this Workflow on desktop