Skip to main content
GET
/
subscriptions
/
{platformType}
/
tags
List tags in the platform catalog
curl --request GET \
  --url https://{host}/subscriptions/{platformType}/tags
[
  {
    "tagRef": "<string>",
    "tagName": "<string>",
    "attributeName": "<string>",
    "aliasName": "<string>",
    "technology": "AWS",
    "key": "<string>",
    "owner": "<string>",
    "message": "<string>",
    "status": 123
  }
]

Path Parameters

platformType
enum<string>
required

Platform catalog (cloud or containers).

Available options:
cloud,
containers

Query Parameters

type
enum<string>

Which tags to return:

  • all (default) → global + your private (admins see all)
  • global → all global
  • owner → user-specific; combine with owner= (admins can query any user)
Available options:
all,
global,
owner
owner
string

Username to scope type=owner queries (admins only for others).

Response

Tag list

tagRef
string

Unique reference ID.

tagName
string

Tag name (unique per scope).

attributeName
string

Must be a Densify standard attribute or technology-specific ('Resource Tags' / 'Container Labels').

aliasName
string

Display alias (scope-unique per rules).

technology
enum<string>

Technology for resource attributes.

Available options:
AWS,
CONTAINER
key
string

Key used with technology-specific resource attributes.

owner
string

Empty = global; otherwise username for private tag.

message
string

Status message (on error).

status
integer

HTTP-like status code (200, 204, 400, 401, 404, 415, 500).