GET /v2/tags/{tag_id}

digitalocean.com

Summary: Retrieve a Tag
Operation ID: tags_get
Auth: unknown
Description

To retrieve an individual tag, you can send a `GET` request to `/v2/tags/$TAG_NAME`.

Parameters (1)

tag_id (string, path, required)

The name of the tag. Tags may contain letters, numbers, colons, dashes, and underscores. There is a limit of 255 characters per tag.

Constraints: {'maxLength': 255, 'pattern': '^[a-zA-Z0-9_\\-\\:]+$'}

No probe data for this endpoint yet.