Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ The URL query must include the container's `id` or `list_id`:
* `id` - `GET /api/exception_lists?id=<id>`
* `list_id` - `GET /api/exception_lists?list_id=<list_id>`

(Optional) Use `namespace_type` to to get an exception containers that is available in all {kib} spaces or just the space in which it is created. The available values are:

* `single`: Only available in the {kib} space in which it is created. This is the default value.
* `agnostic`: Available in all {kib} spaces.

===== Example request

Retrieves the list container with a `list_id` of `allowed-processes`:
Expand Down