Retrieve the list summarized properties for discovered assets belonging to an organization, considering filtering and pagination query parameters. Additional query parameters generally restrict the resulting set of assets according to AND semantics.
The access token received from the authorization server in the OAuth 2.0 flow.
Unique identifier for an organization.
Unique identifier for an listing. If not supplied the request will apply to all listings the user is authorized to access.
Unique identifier for an listing.
Restrict the returned asset summaries to only assets of the specified type.
cloudaccount, host, network, mobileapp, webapp Restrict the returned asset summaries to only the types of host assets requested when assetType also includes host.
ip, cidr, fqdn, as Restrict the returned asset summaries to only those discovered from provided seed identifier. Unique identifier for an E-ASM seed.
Optional query parameter for a search string that will be used to match within the label or location properties of assets. If this query parameter is provided, any location query parameter will be ignored.
Requested page size for pagination. A server-selected default of 100 will be used when no perPage is requested via query parameter.
1 <= x <= 5000Page to retrieve in paginated response. A server-selected default of 1 will be used when no page is requested via query parameter.
x >= 1Optional property to sort results by.
location, label, createdAt, updatedAt, lastReachableAt Direction of sort-order for items in the response.
asc, desc