---
title: "List phone rentals"
method: GET
path: "/billing/phone-rental-subscriptions"
tags: ["Billing"]
---

# List phone rentals

`GET /billing/phone-rental-subscriptions`

Returns every active and pending phone rental subscription owned by the caller's organization.

## Response `200`

OK

- PhoneRentalPhoneRentalSubscriptionListResponse
  - `has_more` boolean, required
  - `subscriptions` PhoneRentalPhoneRentalSubscriptionResponse[], nullable, required
    - `cancel_at_period_end` boolean, required
    - `canceled_at` string, date-time
    - `current_period_end` string, date-time, required
    - `current_period_start` string, date-time, required
    - `id` string, required
    - `organization_id` string, required
    - `payment_status` string, required
    - `phone_id` string
    - `phone_name` string
    - `phone_nickname` string
    - `plan_id` string, required
    - `plan_interval` string, required
    - `plan_name` string, required
    - `plan_price_cents` integer, required
    - `status` string, required
  - `summary` PhoneRentalPhoneRentalSummary, required
    - `active_count` integer, required
    - `combined_monthly_cents` integer, required
    - `per_interval` PhoneRentalPhoneRentalIntervalSummary[], nullable, required
      - `count` integer, required
      - `interval` string, required
      - `monthly_cents` integer, required
    - `upcoming_charges` PhoneRentalPhoneRentalUpcomingCharge[], nullable, required
      - `amount_cents` integer, required
      - `count` integer, required
      - `date` string, date-time, required
  - `total` integer, required

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/axilioai/apis/axilio-api-2.md) · [All operations](https://skmtc.dev/axilioai/apis/axilio-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axilioai/axilio-api-2/revisions/d7ecf9466d6d/schema)
