Get an exception list item
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/exception_lists/items</span></div>Refer to Spaces for more information.
Get the details of an exception list item using the id or item_id field.
Query parameters
Exception's identifier.
Exception list item's identifier. Either id or item_id must be specified.
Human readable string identifier, e.g. trusted-linux-processes
Human readable exception item string identifier, e.g. trusted-linux-processes. Either id or item_id must be specified.
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.
For endpoint artifacts, the namespace_type must always be agnostic. Space awareness for endpoint artifacts is enforced based on Elastic Defend policy assignments.
single fetches the item in the current space; agnostic fetches a global (space-agnostic) item. Must match how the list was created.
Response
Successful response
Example response
{
"entries": [
{
"list": {
"id": "21b01cfb-058d-44b9-838c-282be16c91cd"
}
}
],
"id": "71a9f4b2-c85c-49b4-866f-c71eb9e67da2",
"item_id": "simple_list_item",
"list_id": "simple_list"
}