SearchAssetLabels
Search for assets by label key/value criteria across the asset inventory.
GET
/api/v1/assets/labels/searchOperation ID
SearchAssetLabelsSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
Query Parameters
keyStringLabel key to search by Label key to search by
valueStringLabel value to filter by; empty matches all values for the given key Label value to filter by; empty matches all values for the given key
assetTypeStringAsset type to restrict search to; empty searches across all asset types Asset type to restrict search to; empty searches across all asset types
pageIntegerPage number (1-based) for pagination Page number (1-based) for pagination
Example: 0
sizeIntegerNumber of records per page Number of records per page
Example: 0
