I am trying to pull data from Monday API, by traversing below query for all the board_ids.
{ boards(ids: $(vboardsId)) { name columns { title id type } groups { title id } items { name group { id }}}}
I am facing 503 error at random board_ids every time, though its working fine when tested for perticular ids only.