Tags are simple strings that you can attach to most resources in LaunchDarkly. Tags are useful for grouping resources into a set that you can name in a resource specifier. To learn more, read Custom role concepts.
Using the tags API, you can list existing tags for resources.
Get a list of tags.
Tag collection response
Bad request
Invalid access token
Forbidden
Rate Limited
Internal server error
{- "_links": {
- "key": {
- "href": "href",
- "type": "type"
}
}, - "totalCount": 103,
- "items": [
- "ops",
- "pro"
]
}