Skip to main content
GET
Get inverter data

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

user_id
string<uuid>
required

The user ID

inverter_id
string<uuid>
required

The inverter ID

Query Parameters

from_datetime
string<date-time> | null

The start of the time range

to_datetime
string<date-time> | null

The end of the time range

resolution
string
default:15MIN

The time interval for aggregating data

keywords
string | null

A comma-separated list of keywords

include_deleted
boolean
default:false

If true, includes soft-deleted

Response

OK

metadata
Metadata · object
required
data
InverterDataPointOutput · object[]
required