Get response actions
Spaces method and path for this operation:
Refer to Spaces for more information.
Get a list of all response actions.
Query parameters
-
Page number
Minimum value is
1. Default value is1. -
Number of items per page
Minimum value is
1, maximum value is100. Default value is10. -
A list of response action command names.
Minimum length of each is
1. Values areisolate,unisolate,kill-process,suspend-process,running-processes,get-file,execute,upload,scan,runscript, orcancel. -
A list of agent IDs. Max of 50.
-
A list of user IDs.
-
A start date in ISO 8601 format or Date Math format.
-
An end date in ISO format or Date Math format.
-
List of agent types to retrieve. Defaults to
endpoint.Values are
endpoint,sentinel_one,crowdstrike, ormicrosoft_defender_endpoint. -
A list of action IDs that should include the complete output of the action.
-
List of types of response actions
Values are
automatedormanual.
curl \ --request GET 'https://localhost:5601/api/endpoint/action' \ --header "Authorization: $API_KEY"