get_tags

Using the get_tags function, we can retrieve all possible tags that can be used in search and recommendations queries.

#your code
print(client.get_tags())

Last updated