Skip to main content

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!

Hello!

I’ve attached a “light” Python client that we have used with other clients in the field to get the results, status, etc, of Monitoring Projects. You can then extend it with your own queries in future.

We have used this on Versions 14 and 15 of Ataccama, but I cannot guarantee it will work in your instance/you may need to customize it slightly.  

 

Best,

Oliver


Reply