Get forecasts for all projects

Hi! I’m developing a ComboCurve integration where people can choose which projects and forecasts to use.

When somebody selects a project, I currently have to query the list of forecasts in that project (using get_forecasts get-forecasts | ComboCurve API Documentation which is project-specific). To avoid delays between selecting the project and populating the list of forecasts, it would be helpful to already have all of the forecasts populated ahead of time.

I could do this by querying forecasts for every project possible, but this could make a large number of requests depending on the number of projects.

Would you consider adding an endpoint that lists forecasts for all projects? I’m basically interested in something that lists project ID, forecast ID, and forecast name for every project. Thank you!