Skip to content
Get started

Tags

List
tags.list(TagListParams**kwargs) -> SyncTagsCursor[TagListResponse]
GET/tags
ModelsExpand Collapse
class TagListResponse:
created_at: str

The tag creation date as an ISO string (example: “2023-02-03T11:19:41.579Z”)

item_count: float

The number of items that have this tag

owner_id: str

The owner ID (example: “dcf121faaa1a0a0bbbd9ca1b73d62aea”)

tag_name: str

The tag name

updated_at: str

The tag last update date as an ISO string (example: “2023-02-03T11:19:41.579Z”)