Hey Eduardo,
I just wanted to ensure that the parameters you are sending are correct
projectId = your projectId (this is probably correct)
forecastId = your forecastId ( this is also probably correct)
id = this is the Id for the forecast data not the wellId.
You can find that id if you go to https://api.combocurve.com/v1/projects/:projectId/forecasts/:forecastId/outputs there you will see “id” in the response with the forecast data Id.
You can use the same endpoint https://api.combocurve.com/v1/projects/:projectId/forecasts/:forecastId/outputs That has all of the forecast data outputs for the specific forecast within your project. There you can provide the query parameter for the well you are interested in by adding &well=624247d2c7d215e0fa05df3b at the end be sure to use & for query params not ?.
The get forecast output by id does not have a wellId query parameter.