List Meter Events

View as MarkdownOpen in Claude
List raw meter events with pagination.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

meter_idstringRequired
account_idstringRequired

Query parameters

start_timedatetimeRequired

Start of time window (inclusive)

end_timedatetimeRequired

End of time window (exclusive)

limitintegerOptional1-100Defaults to 15
Page size
offsetintegerOptional>=0Defaults to 0
Offset

Response

Successful Response
datalist of objects
totalinteger

Errors