Get exception list items
Spaces method and path for this operation:
Refer to Spaces for more information.
Get a list of all exception list items in the specified list.
Query parameters
-
List's id
Minimum length of each is
1. -
Filters the returned results according to the value of the specified field, using the
<field name>:<field value>syntax.Minimum length of each is
1. Default value is[](empty). -
Determines whether the returned containers are Kibana associated with a Kibana space or available in all spaces (
agnosticorsingle)Values are
agnosticorsingle. Default value is["single"]. -
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
descorascValues are
descorasc.
curl \ --request GET 'https://localhost:5601/api/exception_lists/items/_find?' \ --header "Authorization: $API_KEY"