Skip to main content
GET
Get Fleet Pv Typical Production

Authorizations

x-api-key
string
header
required

API Key authentication. Enter your API key in the format: YOUR_API_KEY

Query Parameters

generation_time
string
required

The datetime at which the forecast was generated. Only the forecast produced at this exact generation_time is returned. The time is in UTC in ISO 8601 format.

Time format examples:

  • 2023-10-01T00:00:00Z
  • 2023-10-01T00:00:00
start_time
string
required

Start of the time window (inclusive) of the forecasted 15min production buckets to return. Filters on the time_bucket of the forecast. The time is in UTC in ISO 8601 format.

Time format examples:

  • 2023-10-01T00:00:00Z
  • 2023-10-01T00:00:00
end_time
string
required

End of the time window (inclusive) of the forecasted 15min production buckets to return. Filters on the time_bucket of the forecast. The time is in UTC in ISO 8601 format.

Time format examples:

  • 2023-10-01T00:00:00Z
  • 2023-10-01T00:00:00

Response

Successful response

data
PVFleetTypicalProductionData · object[] | null

List of fleet level typical production buckets.

meta
PVFleetTypicalProductionMeta · object | null

Response metadata