Hello, we recently rolled out an integration with our site and ThoughtSpot. We did a delayed rollout where only 10% of our clients were using it and everything was fine but now we've rolled it out to all of our clients the Fetch Permissions of Principals API endpoint (2.0/security/principals/fetch-permissions) is extremely slow for a seemingly simple request that returns no data. Specifically we're using it to get what's shared with a set of groups like this:
I've run some tests and it does run faster setting a record size, even a very large one but another weird thing I'm seeing inconsistent results with using the record size parameter- e.g. I send record_size = 5 and it returns nothing under metadata_permission_info but if I send record_size = 10 it returns results.
Should I file a ticket or are their other endpoints I could utilize?