Get an endpoint exception list item
Get the details of an endpoint exception list item using the id
or item_id
field.
Query parameters
-
Either
id
oritem_id
must be specifiedMinimum length is
1
. -
Either
id
oritem_id
must be specifiedMinimum length is
1
.
GET
/api/endpoint_list/items
curl \
--request GET 'https://<KIBANA_URL>/api/endpoint_list/items' \
--header "Authorization: $API_KEY"