List SMS usage records
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
Return records with ID less than this value (cursor-based pagination)
Return records with ID greater than this value (cursor-based pagination)
Unix timestamp; return records from this time onward
Unix timestamp; return records up to this time
When true, returns aggregated counts rather than individual records
Return results with record ID less than this value (non-aggregate mode only)
Maximum billing periods to look back (billing aggregate mode only)
Filter by device tag ID
Filter by device tag name
Result grouping: "persim" (default) or "perprofile"
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 startafter to fetch the next page