Discovery
Perform a Group Search
Execute a search using search_field_id for a group of nodes specified in node_value, and retrieve the corresponding results.
⚠️ Retrieving results for large groups may take significant time.
post/api/discovery/group_of_nodes_result/
Headers
X-Count-Idstring required
The Discovery tool tracks sets of available searches associated with a node or group using this ID.
Example:99ec3869b238d440bffc2c6e7b4c8dc3f98cdd9f6b3106d1350cf3c8c0af1837e2942a04780e223b215eb8b663cf5353
Perform a /api/discovery/group_of_nodes_count request to get the X-Count-Id.
Request body
Example request
{
"node_type": "domain",
"node_value": [
"example.com"
],
"search_field_id": 29
}Response
Stream of Results