25 Apr 2025 02:48 PM
Can someone help to pull the synthetic monitor details from DQL ( Name, Url, frequency, locations)
25 Apr 2025 09:08 PM
Synthetic tests use the dt.entity.synthetic_test entity type. You can fetch the tests and their URL using the DQL below.
fetch dt.entity.synthetic_test
| fieldsAdd url
Complete details about available fields on these entities can be found here.