---
title: "Retrieve a list of Billing Periods for a Super SIM."
method: GET
path: "/v1/Sims/{SimSid}/BillingPeriods"
tags: ["SupersimV1BillingPeriod"]
---

# Retrieve a list of Billing Periods for a Super SIM.

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

Retrieve a list of Billing Periods for a Super SIM.

## Path parameters

- `SimSid` string, required

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `billing_periods` SupersimV1SimBillingPeriod[]
    - `sid` string, nullable — The SID of the Billing Period.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) the Super SIM belongs to.
    - `sim_sid` string, nullable — The SID of the Super SIM the Billing Period belongs to.
    - `start_time` string, date-time, nullable — The start time of the Billing Period specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `end_time` string, date-time, nullable — The end time of the Billing Period specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `period_type` 'ready' | 'active' — The type of Billing Period. Can be `ready` or `active`.
    - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `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.net/twilio/apis/supersim-v1.md) · [All operations](https://skmtc.net/twilio/apis/supersim-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/supersim-v1/versions/c0baa6eaf932/schema)
