Created some new boards today.
These boards are not appearing via REST API (https://api.miro.com/v2/boards), even hours after creation.
The account that installed the app is the same account that created the boards, and I can access such boards by ID if I specifically request them via REST API and they also appear if I use the “team_id” query string parameter, as suggested in the API documentation. But in such case I cannot use the “query” query string parameter, which I need to use. According to the same documentation the new boards should appear within seconds without the “team_id” parameter.
The account we are developing for has around 1,149 boards, but I don’t believe that should break the API.