List recent data 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 (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 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
When true, include device metadata in each record
When true, include data plan metadata in each record
When true, include SIM profile metadata in each record
When true, include country metadata in each record
When true, include location metadata in each record
Return results with record ID less than this value
Return results with record ID greater than this value
Comma-separated list of SIM card IDs
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 startafter to fetch the next page