Python
from qaip import Qaip client = Qaip( api_key="My API Key", ) response = client.tags() print(response.tags)
{ "tags": [ { "id": "<string>", "name": "<string>", "description": "<string>" } ] }
Returns the list of tags
API key for authentication
Successful retrieval of tags
Show child attributes
Tag ID
Tag name
Tag description