Exception: Query failed to run by returning code of 504

Dear all,

I’m trying to do a query of my board

query {
  boards(ids: XXXXXX) {
    items {
    id
      name
      column_values {
        text
                    value
      }
    }
  }
} 

and i have this error :

Exception: Query failed to run by returning code of 504.

Do you know what it can be ?

Thanks

Most likely it was network releated issue. The query is ok.

1 Like

Hi @pchinazzo :wave:

Are you still running into this issue, or does everything seem to be working as expected now?

As @volodymyr.havryliuk noted, I can confirm that your API call is correctly structured :slight_smile:

Best,
Scott