Spaces method and path for this operation:
get /s/{space_id}/api/endpoint_list/items
Refer to Spaces for more information.
Get the details of an Elastic Endpoint exception list item, specified by the id or item_id field.
Query parameters
-
Either
idoritem_idmust be specifiedMinimum length is
1. -
Either
idoritem_idmust be specifiedMinimum length is
1.
GET
/api/endpoint_list/items
curl \
--request GET 'https://<KIBANA_URL>/api/endpoint_list/items' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"comments": [],
"created_at": "2025-01-01T12:00:00.000Z",
"created_by": "elastic",
"description": "Blocks a known malicious file by its hash",
"entries": [
{
"field": "file.hash.sha256",
"operator": "included",
"type": "match",
"value": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
}
],
"id": "d4b0c1e2-3f4a-5b6c-7d8e-9f0a1b2c3d4e",
"item_id": "block-malicious-file",
"list_id": "endpoint_list",
"name": "Block malicious file",
"namespace_type": "agnostic",
"os_types": [
"windows"
],
"tags": [
"policy:all"
],
"tie_breaker_id": "f1e2d3c4-b5a6-7890-abcd-ef1234567890",
"type": "simple",
"updated_at": "2025-01-01T12:00:00.000Z",
"updated_by": "elastic"
}