v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
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>&nbsp;<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

pageinteger required

The current page number.

per_pageinteger required

The number of items per page.

pitstring

The point-in-time ID for pagination.

totalinteger required

The total number of endpoint exception list items.

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"
    }
  ]
}