Can I fetch all the asset details from the IDR API? I was unable to find them.
We don’t expose the assets via API directly, however Assets are created by way of Host to IP observations in log search, so you could query for the history of assets by running a groupby(asset)limit(20000) on that log set programatically.
See https://docs.rapid7.com/insightidr/log-search-api/#operation/queryLogsetsByName
David
Hi David, What about this thread about GraphSQL?
You need to open a support case to gain access to the docs