06 Mar 2024 08:59 PM - last edited on 10 May 2024 03:53 PM by Michal_Gebacki
Hi,
I would like to use the API to export the json files of synthetic monitors, about Broswer clickpath and it's events, to analyze their events. May I askd is there a way to do that? which API and parameters I shoud use? Thank you so much!
UI - where I could get the 'Recorded clickpath' json file, please see below picture:
Solved! Go to Solution.
07 Mar 2024 07:47 AM
Hi,
I would use Monaco + download action for that purpuse.
Best regards
07 Mar 2024 01:41 PM
Thank you, I will research it 👍
07 Mar 2024 03:54 PM
I found the solution, use Synthetic Monitors API, capture all synthetic list of browser type first, then get synthetic use each synthetic ID, that will export clickpath events.
07 Mar 2024 04:00 PM
Hi,
Yes, that is a valid option also. Monaco is using target API behind scenes. You can use Monaco or your custom script against Synthetics API.
Best regards