Partner API

Hi! As a partner, is there a way to make API calls to get alerts from all tenants? I found a way that works but it's a very bloated way to do it. I can call the partner/v1/tenants endpoint and get a list of tenants. I then cursor through the list of tenant IDs to call the common/v1/alerts endpoint to get the details for each one. Is there a better way to do this?