The SIEM app is now a part of the Elastic Security solution.
Click
here to view SIEM documentation for previous releases.
Get list container
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Get list container
editRetrieves a list container using its id field.
Request URL
editGET <kibana host>:<port>/api/lists
URL query parameters
editThe URL query must include the list container’s id:
id - GET /api/lists?id=<id>
Example request
editRetrieves the list container with a id of internal-ip-excludes:
GET api/lists?id=internal-ip-excludes
Response code
edit-
200 - Indicates a successful call.
Response payload
edit{
"id": "internal-ip-excludes",
"created_at": "2020-07-07T04:09:55.028Z",
"created_by": "Threat Hunter",
"description": "Contains list items that exclude internal IP addresses from detection rules.",
"name": "Exclude internal IP addresses",
"tie_breaker_id": "b123ab0e-d7c0-4ee5-9630-63a38641aa0c",
"type": "ip",
"updated_at": "2020-07-07T04:09:55.028Z",
"updated_by": "Threat Hunter"
}