Skip to main content

Hi,


I keep getting error 500 when running my query. I tested the query several times on the “Try It Yourself” page, and what’s even weirder is that it worked a few days ago, but then stopped…





import requests

Headers = {“Authorization” : “aMy_V2_Token]”}

MondayURL = “monday.com | A new way of working

RequestData = {“query”:“query { boards (ids: BoardID]) { items { name, column_values {id, text}}}}”}

Request = requests.post(url=MondayURL, json=RequestData, headers=Headers)

Request.status_code()

500





Any insights?

Try using https://api.monday.com/v2


I’m embarrassed to say that worked 🙃


Thank You!