We are developing a API that import items from Monday.com. one of our customer report that one of the closed workspace is not get displayed by the API. We are developing the API via a developer account so we can’t simulate that workspace situation. We have set the limit of the API to be 500 workspaces, which I think should be good in this case. Is there any other factor regarding the workspace API?
The query we are using is “{ workspaces (limit:500){ id name } }” it works for most of the workspaces but at least one closed workspace are not get returned by that query.
Could the closed workspace are not being queried by the API?
or maybe the collaborator of a closed workspace are not able to access the workspace via API?
Thank you!