description you send is saved, but it is not included in this response or any other tag response (List, Get, Update). There is currently no way to retrieve a tag's description through the API.curl --location 'https://api.voxa.sa/v1/tags/service-account' \
--header 'Content-Type: application/json' \
--data '{
"name": "VIP",
"icon": "⭐",
"description": "High-value customer",
"isPinned": true
}'{
"id": "3a1ebef0-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "VIP",
"icon": "⭐",
"isPinned": true,
"creationTime": "2026-06-22T10:00:00Z"
}