#The Tag object
Tag represents a tag in the system
createdAt
string (date-time)id
stringname
stringupdatedAt
string (date-time)Endpoints for managing tags in Linkbreakers. These endpoints allow you to search for tags in a workspace.
Tag represents a tag in the system
createdAt
string (date-time)id
stringname
stringupdatedAt
string (date-time)/v1/tags
Requires authsearch
stringqueryThe search query to filter tags by name
pageSize
integer (int32)RequiredqueryThe maximum number of tags to return
pageToken
stringqueryThe token for retrieving the next page of results If not provided, the first page of results will be returned
/v1/tags
Requires auth