How can I retrieve the tags from a specific user session?
Suppose I set a tag in my mobile app
tag as 'com.company.user.session'
value as 'someUserSessionId';
Then is there an API, that can be utilized to retrieve all other tags of the user, that were set during user's journey.
In input parameter ...