List assets (cursor-paginated, all categories).
Requires the inventory:read scope. HIDDEN and soft-deleted assets are excluded. Pass categoryKey to restrict to a single top-level category, subKey to restrict to a single granular sub-type (e.g. a CLOUD sub-type), hasOwner/hasDescription to filter on governance completeness, classification to restrict to one data classification, and completeStatus (COMPLETE/INCOMPLETE) as a friendly alias for hasOwner.
Authorizations
Bearer access token obtained from /oauth/token.
Query Parameters
Restrict to a single top-level inventory category. Omit for all categories.
CLOUD, COMPUTER, CUSTOM, INFORMATION, EMPLOYEE Restrict to a single granular category sub-type (matches the key returned on AssetDto.categoryKey). Must be consistent with categoryKey when both are supplied.
CLOUD, CLOUD_AUTOSCALE_GROUPS, CLOUD_COMPUTE_INSTANCE, CLOUD_CONTAINER_REPOSITORY, CLOUD_DATA_WAREHOUSE, CLOUD_LOAD_BALANCER, CLOUD_NO_SQL_DATABASE, CLOUD_PAAS_APPS, CLOUD_QUEUE, CLOUD_RELATIONAL_DATABASE, CLOUD_STORAGE_BUCKET, CLOUD_OTHER, COMPUTER, CUSTOM, INFORMATION, EMPLOYEE Filter by whether the asset has an owner assigned. Omit to not filter.
Filter by whether the asset has a governance description. Omit to not filter.
Restrict to a single data classification. Omit to not filter.
CONFIDENTIAL, INTERNAL, PUBLIC, UNKNOWN Filter by governance completeness (a friendly alias for hasOwner): COMPLETE when an owner is assigned, else INCOMPLETE. Omit to not filter.
COMPLETE, INCOMPLETE