This use case scenario provides the Applications REST API command for listing applications that have any tag.
Use this command to return the list of applications that have a tag:
http --auth-type=veracode_hmac "https://api.veracode.com/appsec/v1/applications?tags=%25"
%25 is the URL-encoded wildcard value.