Security Endpoint Exceptions API
Get Elastic Endpoint exception list items
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/endpoint_list/items/_find</span></div>Refer to Spaces for more information.
Get a list of all Elastic Endpoint exception list items.
get/api/endpoint_list/items/_find
Query parameters
filterstring nonempty
A string that does not contain only whitespace characters
Filters the returned results according to the value of the specified field, using the <field name>:<field value> syntax.
pageinteger
The page number to return
per_pageinteger
The number of exception list items to return per page
sort_fieldstring nonempty
A string that does not contain only whitespace characters
Determines which field is used to sort the results
sort_order'desc' | 'asc'
Determines the sort order, which can be desc or asc
Response
Successful response
Example response
{
"data": [
{
"entries": [
{
"list": {
"id": "21b01cfb-058d-44b9-838c-282be16c91cd"
}
}
],
"id": "71a9f4b2-c85c-49b4-866f-c71eb9e67da2",
"item_id": "simple_list_item",
"list_id": "simple_list"
}
]
}