Search in a list

GET https://{{host}}/etp-config/v3/configs/:configId/lists/:listId/items

Filters items in a list by search parameters.

Request Params

KeyDatatypeRequiredDescription
confidencestring(Optional) Enum The threat confidence level of the list item. Use 1 for a suspected item and 2 for a known item. 0 is the default, and indicates an unknown confidence level for the list item.
numItemsPerPagestring(Optional) The number of items per page, 50 by default.
pagestring(Optional) The page number to fetch, 0 by default.
searchstring(Optional) Search for the string within the results.
typestring(Optional) Enum The target list type to search.
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"items":[{"confidenceLevelId":1,"type":"LIST_TYPE_IP","value":"192.0.2.0"}],"totalCount":200}