Get exception lists
Spaces method and path for this operation:
get /s/{space_id}/api/exception_lists/_find
Refer to Spaces for more information.
Get a list of all exception lists.
Query parameters
-
Filters the returned results according to the value of the specified field.
Uses the
so type.field name:fieldvalue syntax, whereso typecan be:exception-list: Specify a space-aware exception list.exception-list-agnostic: Specify an exception list that is shared across spaces.
-
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
1. -
The number of exception lists to return per page
Minimum value is
1. -
Determines which field is used to sort the results
-
Determines the sort order, which can be
descorascValues are
descorasc.
GET /api/exception_lists/_find
curl \ --request GET 'https://localhost:5601/api/exception_lists/_find' \ --header "Authorization: $API_KEY"