v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-051615131.3 KB
WirelessV1UsageRecord

get/v1/Sims/{SimSid}/UsageRecords

Path parameters

SimSidstring required

The SID of the Sim resource to read the usage from.

Query parameters

Endstring date-time

Only include usage that occurred on or before this date, specified in ISO 8601. The default is the current time.

Startstring date-time

Only include usage that has occurred on or after this date, specified in ISO 8601. The default is one month before the end parameter value.

Granularity'hourly' | 'daily' | 'all'

How to summarize the usage by time. Can be: daily, hourly, or all. The default is all. A value of all returns one Usage Record that describes the usage for the entire period.

How to summarize the usage by time. Can be: daily, hourly, or all. The default is all. A value of all returns one Usage Record that describes the usage for the entire period.

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK