Discovery
Searches for a Group
Retrieve a list of available searches for a group of nodes, where each node is specified in node_value and must be of type node_type.
⚠️ Retrieving results for large groups may take significant time.
post/api/discovery/group_of_nodes_count/
Request body
Example request
{
"node_type": "domain",
"node_value": [
"example.com"
]
}Response
Stream of Available Searches