Find newly discovered assets in InsightVM via the API

Hello community!

I am trying to search my insightvm console via the API for newly discovered assets.

I have only found this field to search for:

{
  "match": "all",
  "filters": [
      {
       "field": "last-scan-date",
       "operator": "is-on-or-after",
       "value": "2025-01-14"
      }
   ]
}


I could post-process the result and search the “history” field for the oldest date, but someone maybe has a better and smarter idea to accomplish this.

Thanks in advance!

Cheers!

Hey,

InsightVM API or Nexpose 3780 API?