Get schedules for an inverter
Endpoint to retrieve schedules for a specified inverter within a given time range. This endpoint is currently in beta release and may be subject to changes.
Pass view=desired_states to get the optimizer’s full power-flow envelope per slot
(including the explicit S1–S6 desired state) instead of the default collapsed 3-mode
schedule. The collapsed view is unchanged and remains the default.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID of the user's organization
The user ID of the user whom the inverter belongs to
The ID of the specified inverter
Query Parameters
The start of the time range for the data
The end of the time range for the data
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.
collapsed, desired_states 