TagListResponse
data object[]required
Array [
idstringrequired
Unique tag identifier.
namestringrequired
Tag name.
colorstringnullable
Tag color as hex string (e.g., "#3B82F6").
created_atstring<date-time>required
When the tag was created.
updated_atstring<date-time>required
When the tag was last updated.
]
has_moreboolean
next_cursorstring
TagListResponse
{
"data": [
{
"id": "string",
"name": "string",
"color": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
],
"has_more": true,
"next_cursor": "string"
}