Get endpoint exception list items
Get a list of all endpoint exception list items.
Query parameters
-
Filters the returned results according to the value of the specified field, using the
<field name>:<field value>
syntax.Minimum length is
1
. -
The page number to return
Minimum value is
0
. -
The number of exception list items to return per page
Minimum value is
0
. -
Determines which field is used to sort the results
Minimum length is
1
. -
Determines the sort order, which can be
desc
orasc
Values are
desc
orasc
.
GET
/api/endpoint_list/items/_find
curl \
--request GET 'https://<KIBANA_URL>/api/endpoint_list/items/_find' \
--header "Authorization: $API_KEY"