v1
latestOpenAPI 3.1.12026-07-242899061.7 MBList
Returns all entities in the specified list as a JSON array with no pagination.
get/list/{listId}/entities
Response
Success
Example response
[
{
"entity": {
"id": "ip:8.8.8.8",
"type": "IpAddress",
"name": "8.8.8.8"
}
}
]