Get exception list details
Spaces method and path for this operation:
get /s/{space_id}/api/exception_lists
Refer to Spaces for more information.
Get the details of an exception list using the id or list_id field.
Query parameters
-
Either
idorlist_idmust be specifiedMinimum length is
1. -
Either
idorlist_idmust be specifiedMinimum 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.
GET /api/exception_lists
curl \ --request GET 'https://localhost:5601/api/exception_lists' \ --header "Authorization: $API_KEY"