We have created tenant and around 1200 groups under it and have been trying to search for documents through Graph API.
Here's the query: https://graph.microsoft.com/v1.0/groups/{group_id}/drive/root/search(q='c') We are sure that there is document with 'c' in name uploaded to the group.
This query was returning results when there was couple of groups created on the tenant. After around 800 groups created, Graph API started to return results very slowly, and on 1200 stopped to return any results.
Is there any throttle or there are some issues on Graph API?
Thanks in advance.