---
title: "GET /v1/Sims/{SimSid}/UsageRecords"
method: GET
path: "/v1/Sims/{SimSid}/UsageRecords"
tags: ["WirelessV1UsageRecord"]
---

# GET /v1/Sims/{SimSid}/UsageRecords

`GET /v1/Sims/{SimSid}/UsageRecords`

## Path parameters

- `SimSid` string, required

## Query parameters

- `End` string, date-time
- `Start` string, date-time
- `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.
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `usage_records` WirelessV1SimUsageRecord[]
    - `sim_sid` string, nullable — The SID of the [Sim resource](https://www.twilio.com/docs/iot/wireless/api/sim-resource) that this Usage Record is for.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the UsageRecord resource.
    - `period` unknown
    - `commands` unknown
    - `data` unknown
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.dev/twilio/apis/wireless-v1.md) · [All operations](https://skmtc.dev/twilio/apis/wireless-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/wireless-v1/revisions/f3b4aa48e839/schema)
