Hello. I am interested in using this events API endpoint (https://{domain}/api/v2/users/{user_id}/events) to get a help center search history record for a particular user.
The event type that I am interested in to achieve this is: "help_center_searched".
Once I get the event details in the response, is there another API that I can request to pass the query attribute value or search_id attribute value and get the specific text string passed by the user to search the help center?
Example:
search_id = 7b62bc2a-5a44-4b5b-baa4-166ce5b93fb1
7b62bc2a-5a44-4b5b-baa4-166ce5b93fb1 = "create user"
The query attribute should be the text string that the user provided in search. Are you seeing a different value for
queryin your testing?