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 👍
28 May 2025 11:22 PM
After downloading my env using Monaco, do you know which folder the json files of the monitors would be located? I can find ones containing the names, but not the scripts containing the steps.
29 May 2025 09:07 AM
Hi,
It would be in JSON file under "synthetic-monitor" folder. You can see "HTTP_CHECK-*" and "SYNTHETIC_TEST-*" JSON files.
Best regards
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