Hi all,
I’m working on a Python script to fetch monitoring project results via GraphQL. My goal is to determine whether the monitoring project is 100% successful or if there are any issues.
I’ve checked the documentation but can’t find the exact GraphQL query or fields that return the project’s overall success status or completion percentage.
Could anyone please share:
-
A sample GraphQL query to get the monitoring project status (success, percentage, etc.)
-
How to execute this query using Python (e.g., with
requests
or any GraphQL client) -
Tips on parsing the response to identify if the project is fully successful or not
Thanks a lot!