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