latestOpenAPI 3.0.3Netlas API & Data License Agreement2026-08-104487309.0 KB

2b1f84425791

Discovery

Check Search Status

Retrieve the current status of an ongoing group search operation: fetching available searches for a group or executing a search for a group.

get/api/discovery/status/{stream-id}/

Path parameters

stream-idstring required

The unique identifier of a stream used to track the progress of a search.

Example:99ec3869b238d440bffc2c6e7b4c8dc3c63309fe08d50c704cba0c91acfedc63

Response

Search Status

Example response

{
  "data": {
    "percentage": 33,
    "message": "Extracting data"
  }
}