IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Get list container
editGet list container
editRetrieves a list container using its id
field.
The Kibana Console supports only Elasticsearch APIs. You cannot interact with the Kibana APIs with the Console and must use curl
or another HTTP tool instead. For more information, refer to Console.
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" }