Listing Board updates for multiple boards via GraphQL was working for me up until 10-01-2025. Here is the code I used that always worked until it didn’t
query {
boards(ids: [7511353721, 7511353762, 7511353913]) {
updates(limit: 10000) {
id
body
created_at
creator {
id
name
}
}
}
}
Now I get this error: [200] [{“message”:“Internal server error”,“path”:[“boards”,0,“updates”]
hey @Bod, you can add the “page” argument and increment that to paginate through the results.
You shouldn’t be getting any errors when using a limit of 100 or lower so if you can send in a support ticket using the form here, our team can investigate this further.