メインコンテンツへスキップ
GET
JavaScript

承認

Authorization
string
header
必須

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

クエリパラメータ

customer_id
string

Filter events by customer ID

event_name
string

Filter events by event name. If both event_name and meter_id are provided, they must match the meter's configured event_name

meter_id
string

Filter events by meter ID. When provided, only events that match the meter's event_name and filter criteria will be returned

page_size
integer<int32>

Number of events to return per page (default: 10)

必須範囲: x >= 0
page_number
integer<int32>

Page number (0-based, default: 0)

必須範囲: x >= 0
start
string<date-time>

Filter events created after this timestamp

end
string<date-time>

Filter events created before this timestamp

レスポンス

Events retrieved successfully

items
object[]
必須
最終更新日 2026年4月1日