List cost allocation tags accessible to the user
GET/cost-management/tags
Returns a paginated list of cost allocation tags the caller can access. Caller must pass a valid role_id. Pagination: limit defaults to 100 and max is 1000 (GE-1028 if exceeded); offset is 1-based (handler converts to zero-based). Response includes next_available (yes|no), count, and total_count. When next_available is "yes", increment offset for the next page; when "no", stop. access defaults to user (tags the role can use); all returns the broader catalog with restricted fields for non-super-admins. sortorder defaults to desc; sortby defaults to LastModifiedTime. When projectionExpression is omitted, defaults to TagKey,TagValues,TagName,TagDescription,IsActive,TagScope.
Request
Responses
- 200
- 400
- 500
Paginated cost tag list. Check next_available to determine if more pages exist.
Response Headers
Validation or authorization failure. Body is {"Message": " -
Response Headers
Backend failure. Body is {"Message": " -