Get endpoint exception list items
Get a list of all endpoint exception list items.
Query parameters
-
filter string(nonempty)
Filters the returned results according to the value of the specified field, using the
<field name>:<field value>
syntax.Minimum length is
1
. -
page integer
The page number to return
Minimum value is
0
. -
per_page integer
The number of exception list items to return per page
Minimum value is
0
. -
sort_field string(nonempty)
Determines which field is used to sort the results
Minimum length is
1
. -
sort_order string
Determines the sort order, which can be
desc
orasc
Values are
desc
orasc
.
curl \
--request GET https://localhost:5601/api/endpoint_list/items/_find
{
"data": [
{
"_version": "string",
"comments": [
{
"comment": "string",
"created_at": "2025-05-04T09:42:00+00:00",
"created_by": "string",
"id": "string",
"updated_at": "2025-05-04T09:42:00+00:00",
"updated_by": "string"
}
],
"created_at": "2025-05-04T09:42:00+00:00",
"created_by": "string",
"description": "string",
"entries": [
{
"field": "string",
"operator": "excluded",
"type": "match",
"value": "string"
}
],
"expire_time": "2025-05-04T09:42:00+00:00",
"id": "71a9f4b2-c85c-49b4-866f-c71eb9e67da2",
"item_id": "simple_list_item",
"list_id": "simple_list",
"meta": {},
"name": "string",
"namespace_type": "agnostic",
"os_types": [
"linux"
],
"tags": [
"string"
],
"tie_breaker_id": "string",
"type": "simple",
"updated_at": "2025-05-04T09:42:00+00:00",
"updated_by": "string"
}
],
"page": 42,
"per_page": 42,
"pit": "string",
"total": 42
}
{
"error": "string",
"message": "string",
"statusCode": 42
}
{
"message": "string",
"status_code": 42
}
{
"error": "string",
"message": "string",
"statusCode": 42
}
{
"error": "string",
"message": "string",
"statusCode": 42
}
{
"message": "string",
"status_code": 42
}
{
"message": "string",
"status_code": 42
}