Skip to main content
Returns the most recent completed discovery scan for your organization along with the platforms detected during that scan. If no scan has been completed, scan is null and platforms is an empty array. Required scope: discovery:read

Request

Query parameters

integer
default:"100"
Maximum number of platforms to return. Must be between 1 and 100.
integer
default:"0"
Number of platforms to skip. Must be 0 or greater.
Pagination applies to the platforms array only. The scan object is always returned in full.

Response

Response fields

object | null
required
The most recent completed discovery scan, or null if no scan has been completed.
array
required
Platforms detected during the scan, sorted by confidence score (highest first).

No scan completed

If your organization has not completed a discovery scan, the response is:

Notes

  • Only the most recent completed scan is returned. Historical scans are not available through the API.
  • The metadata object structure varies by platform and may include additional fields beyond vendor and category in future versions.
  • Platforms are sorted by confidence descending. Use pagination to retrieve large result sets.