Account UsageRecord Resource
The Usage Records resource returns aggregated usage for all SIMs on an Account. To retrieve usage for a single SIM, use the SIM Usage Records resource.
The Usage Records list resource returns total usage information for all SIMs on an Account. Usage data is gathered over a specified period, presented as a list, aggregated according to the user-provided granularity.
Data availability
Data records used to charge your account and populate this resource are not delivered in real time and can be delayed due to both regular and unplanned maintenance at our carrier partners. Usage may not be reflected from this resource for up to 24 hours from when it occurred. All usage will typically be processed within 48 hours from when it occurred.
Retention period
Usage information will be retained for 18 months, after which it will be deleted. Querying usage records more than 18 months old can result in incomplete data.
Usage Record Properties
This resource and its subresources always return a list of Usage Records. Each Usage Record is represented by the following properties:
account_sid SID The SID of the Account that created the AccountUsageRecord resource. Pattern: Min length: Max length: |
period object
The time period for which usage is reported. Contains |
commands object An object that describes the aggregated Commands usage for all SIMs during the specified period. See Commands Usage Object. |
data object An object that describes the aggregated Data usage for all SIMs over the period. See Data Usage Object. |
Commands Usage Object
The Commands usage object reports usage of Commands for the period. Usage detail is provided along three dimensions: Total, Home, and National Roaming.
The Commands Usage object is presented as a tree-like structure. For example, the total
value from the home
, national_roaming
, and international_roaming
child objects sum to the total
value of the top level commands
object. The same computations are done for the to_sim
and from_sim
parameters in the top level object.
Property | Type | Description | Empty Value |
---|---|---|---|
| Integer | The total number of Commands sent ( | 0 |
| Integer | The number of Commands received by all SIMs linked to the account ( | 0 |
| Integer | The number of Commands sent by all SIMs linked to the account ( | 0 |
| Object | An embedded Commands Usage Object that describes the number of Commands received by all SIMs linked to the account on the home network throughout the period, with keys | null |
| Object | An embedded Commands Usage Object that describes the number of Commands received by all SIMs linked to the account on national roaming partner networks throughout the period, with keys | null |
| Object | An embedded Commands Usage Object that describes the number of Commands received by all SIMs linked to the account on international roaming partner networks throughout the period, with keys | [] |
Data Usage Object
The Data usage object reports usage of Data for the period. Usage detail is provided along three dimensions: Total, Home, and National Roaming.
The Data Usage object is presented as a tree-like structure. For example, the total
value from the home
child object and the national_roaming
child object sum to the total
value of the top level data
object. This is the same for the download
and upload
parameters.
Property | Type | Description | Empty Value |
---|---|---|---|
| Integer | The total amount of Data consumed (downloaded and uploaded) by the SIM-connected device throughout the period. | 0 |
| Integer | The amount of Data downloaded by the SIM-connected device throughout the period. | 0 |
| Integer | The amount of Data uploaded by SIM-connected device throughout the period. | 0 |
| String | The units in which data usage is reported for the current object. Most often 'bytes'. | N/A |
| Object | An embedded Data Usage Object that describes the amount of Data consumed by the SIM-connected device on the home network throughout the period, with keys | null |
| Object | An embedded Data Usage Object that describes the amount of Data consumed by the SIM-connected device on national roaming partner networks throughout the period, with keys | null |
| Object | An embedded Data Usage Object that describes the amount of Data consumed by the SIM-connected device on international roaming partner networks throughout the period, with keys | null |
List all Usage Records for an Account
HTTP GET
Returns a list of Usage Records for an account.
Usage information will be retained for 18 months , after which it will be deleted. Querying usage records older than 18 months can result in incomplete data.
List Data Usage records
Data Usage List
HTTP POST
Not supported.
HTTP PUT
Not supported.
HTTP DELETE
Not supported.
Last updated