List Tags (lawmatics_list-tags)
List tags from Lawmatics with optional pagination and sorting.
Tool Input
pageinteger— Page number (1-based)(> 0)
sortBystring— Column to sort by(enum: "id", "created_at", "updated_at", "name")
sortOrderstring— Sort direction; ascending or descending(enum: "asc", "desc")
Tool Output
tagsarrayrequired— Tags on this page of results
[]object
idstringrequired— Lawmatics tag ID
namestringrequired— Tag name
descriptionstringnullrequired— Free-text tag description; null when the tag has none
colorstringnullrequired— Tag color as a CSS color string (e.g. #7997c9); null when the tag has none
createdAtstringnullrequired— When the tag was created, as an ISO 8601 timestamp; null if unknown
updatedAtstringnullrequired— When the tag was last updated, as an ISO 8601 timestamp; null if unknown
paginationobjectnullrequired— Pagination metadata from the API response; null when the endpoint returns no meta envelope
totalPagesnumbernullrequired— Total number of pages available; null if not reported
limitPerPagenumbernullrequired— Maximum tags returned per page; null if not reported
totalEntriesnumbernullrequired— Total number of tags across all pages; null if not reported
Related Tools