Get an exception list summary
Spaces method and path for this operation:
get /s/{space_id}/api/exception_lists/summary
Refer to Spaces for more information.
Get a summary of the specified exception list.
Query parameters
-
Exception list's identifier generated upon creation
Minimum length is
1. -
Exception list's human readable identifier
Minimum length is
1. -
Determines whether the exception container is available in all Kibana spaces or just the space in which it is created, where:
single: Only available in the Kibana space in which it is created.agnostic: Available in all Kibana spaces.
Values are
agnosticorsingle. -
Search filter clause
GET /api/exception_lists/summary
curl \ --request GET 'https://localhost:5601/api/exception_lists/summary' \ --header "Authorization: $API_KEY"