# Solar Forecasts

Endpoints for interacting with solar forecasts and their logs.

 - [GET /solar_forecasts](https://developers.ev.energy/ev.energy-api-v2/solar-forecasts/get-solar-forecasts.md): List all the solar forecasts that the authorization token has access to.
 - [GET /solar_forecasts/{solar_forecast_id}](https://developers.ev.energy/ev.energy-api-v2/solar-forecasts/get-solar-forecasts-solar_forecast_id.md): Retrieve a single, specific solar forecast's details.
 - [GET /solar_forecasts/{solar_forecast_id}/forecast_logs](https://developers.ev.energy/ev.energy-api-v2/solar-forecasts/get-solar-forecasts-solar_forecast_id-forecast_logs.md): List the historical forecast logs for a specific solar forecast. These logs record predicted solar energy production at specific times.
 - [GET /solar_forecasts/{solar_forecast_id}/forecast_logs/{valid_period_start}](https://developers.ev.energy/ev.energy-api-v2/solar-forecasts/get-solar-forecasts-solar_forecast_id-forecast_logs-valid_period_start.md): A solar forecast log is uniquely identified by the combination of solar forecast ID and the valid period start time.
 - [SolarForecast](https://developers.ev.energy/ev.energy-api-v2/solar-forecasts/solarforecast.md): Schema: #/components/schemas/SolarForecast
 - [SolarForecastLog](https://developers.ev.energy/ev.energy-api-v2/solar-forecasts/solarforecastlog.md): Schema: #/components/schemas/SolarForecastLog
