Skip to main content
GET
List assets (cursor-paginated, all categories).

Authorizations

Authorization
string
header
required

Bearer access token obtained from /oauth/token.

Query Parameters

pageSize
integer<int32>
pageCursor
string
categoryKey
enum<string>

Restrict to a single top-level inventory category. Omit for all categories.

Available options:
CLOUD,
COMPUTER,
CUSTOM,
INFORMATION,
EMPLOYEE
subKey
enum<string>

Restrict to a single granular category sub-type (matches the key returned on AssetDto.categoryKey). Must be consistent with categoryKey when both are supplied.

Available options:
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
hasOwner
boolean

Filter by whether the asset has an owner assigned. Omit to not filter.

hasDescription
boolean

Filter by whether the asset has a governance description. Omit to not filter.

classification
enum<string>

Restrict to a single data classification. Omit to not filter.

Available options:
CONFIDENTIAL,
INTERNAL,
PUBLIC,
UNKNOWN
completeStatus
enum<string>

Filter by governance completeness (a friendly alias for hasOwner): COMPLETE when an owner is assigned, else INCOMPLETE. Omit to not filter.

Available options:
COMPLETE,
INCOMPLETE

Response

200 - application/json

OK

Standard cursor-paginated list envelope.

pageInfo
object

Cursor-pagination metadata.

results
object[]

The page of results.