Skip to main content

Status Code 500 when running query

  • January 27, 2020
  • 2 replies
  • 1482 views

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” : “[My_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?

This topic has been closed for replies.

2 replies

  • New Participant
  • January 27, 2020

  • Author
  • New Participant
  • January 27, 2020

I’m embarrassed to say that worked 🙃

Thank You!