Logo
Akamai APIs API Documentation

Search in a list

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

Filters items in a list by search parameters.

 

Body PARAM

Key Datatype Required Description 
confidence
string (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.
numItemsPerPage
string (Optional) The number of items per page, 50 by default.
page
string (Optional) The page number to fetch, `0` by default.
search
string (Optional) Search for the string within the results.
type
string (Optional) __Enum__ The target list type to search.
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

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



Curl
curl -X GET 'https://undefined/etp-config/v3/configs/:configId/lists/:listId/items?confidence=&numItemsPerPage=&page=&search=&type=&accountSwitchKey=' -H 'Accept: application/json'

ENDPOINTS