Get user accessible Tags
GET/tags
Returns a paginated list of TBAC tags the caller has access to. Supports two modes controlled by the action query parameter: Default (no action): Returns tags with full metadata (Tag, TagKey, TagValue, TagStatus, TagDescription, AccessType, DisplayName, etc.) in the "tags" array. action=list_tag_keys: Returns only unique TagKey values in the "tagKeys" array. This performs a full table scan and deduplicates. Pagination: Use limit/offset. offset is 1-based (first page = offset 1). When next_available is "no", you have reached the last page. count is the items in the current page; total_count is the total after filtering.
Request
Responses
- 200
- 400
- 500
Paginated list of tags or tag keys.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Invalid input or unauthorized.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers
Internal server error.
Response Headers
Access-Control-Allow-Origin
Access-Control-Allow-Methods
Access-Control-Allow-Headers