List billing usage records
Returns total data usage for each SIM summarized by the SIM’s unique 30-day billing period. Records are returned per link (profile) ID by billing period, within the date range specified. Monthly Recurring Charges are billed every 30 days beginning at the time the device was activated. Data is available for the last three months.
Authorizations
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key. You can find your API key on the Hologram Dashboard under Account Settings.
Query Parameters
Maximum number of results to return (max 5000)
x <= 5000Return records with ID less than this value (cursor-based pagination)
Return records with ID greater than this value (cursor-based pagination)
Filter by a specific cellular link (SIM profile) ID
Comma-separated list of link (SIM profile) IDs to filter by
Comma-separated list of device IDs to filter by
Comma-separated list of device tag IDs to filter by
Unix timestamp; return records from this time onward
Unix timestamp; return records up to this time
When true, include only live (non-paused) devices
Return results with record ID less than this value
Maximum number of billing periods to look back
Filter by device tag ID
Filter by device tag name
Response
OK
Indicates whether the request was successful.
true
Maximum number of records returned per page
Number of records in this response
True if more records are available
record_id of the last record returned; pass as startat to fetch the next page