Skip to main content
GET
Get schedules for an inverter

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

org_id
string<uuid>
required

The organization ID of the user's organization

user_id
string<uuid>
required

The user ID of the user whom the inverter belongs to

inverter_id
string<uuid>
required

The ID of the specified inverter

Query Parameters

from_datetime
string<date-time>
required

The start of the time range for the data

to_datetime
string<date-time>
required

The end of the time range for the data

view
enum<string>
default:collapsed

Response granularity: 'collapsed' (default) returns the 3-mode force_charge/block_charge/idle schedule; 'desired_states' returns the optimizer's full power-flow envelope with the explicit S1–S6 desired state per slot.

Available options:
collapsed,
desired_states

Response

200 - application/json

OK

metadata
InverterSchedulesMetadata · object
required
data
InverterScheduleOutput · object
required