---
title: "List available Gigasheet plans."
method: GET
path: "/billing/plans"
tags: ["billing"]
---

# List available Gigasheet plans.

`GET /billing/plans`

## Response `200`

OK

- BillingPricedItem[]
  - `Item` ItemItem
    - `applicable_items` ItemApplicableItem[]
      - `id` string
      - `object` string
    - `archived_at` integer
    - `channel` 'web' | 'app_store' | 'play_store'
    - `custom_field` object
    - `description` string
    - `enabled_for_checkout` boolean
    - `enabled_in_portal` boolean
    - `external_name` string
    - `gift_claim_redirect_url` string
    - `id` string
    - `included_in_mrr` boolean
    - `is_giftable` boolean
    - `is_shippable` boolean
    - `item_applicability` 'all' | 'restricted'
    - `item_family_id` string
    - `metadata` object
    - `metered` boolean
    - `name` string
    - `object` string
    - `redirect_url` string
    - `resource_version` integer
    - `status` 'active' | 'archived' | 'deleted'
    - `type` 'plan' | 'addon' | 'charge'
    - `unit` string
    - `updated_at` integer
    - `usage_calculation` 'sum_of_usages' | 'last_usage' | 'max_usage'
  - `Prices` ItempriceItemPrice[]
    - `accounting_detail` ItempriceAccountingDetail
      - `accounting_category1` string
      - `accounting_category2` string
      - `accounting_category3` string
      - `accounting_category4` string
      - `accounting_code` string
      - `object` string
      - `sku` string
    - `archivable` boolean
    - `archived_at` integer
    - `billing_cycles` integer
    - `channel` 'web' | 'app_store' | 'play_store'
    - `created_at` integer
    - `currency_code` string
    - `custom_field` object
    - `description` string
    - `external_name` string
    - `free_quantity` integer
    - `free_quantity_in_decimal` string
    - `id` string
    - `invoice_notes` string
    - `is_taxable` boolean
    - `item_family_id` string
    - `item_id` string
    - `item_type` 'plan' | 'addon' | 'charge'
    - `metadata` object
    - `name` string
    - `object` string
    - `parent_item_id` string
    - `period` integer
    - `period_unit` 'day' | 'week' | 'month' | 'year'
    - `price` integer
    - `price_in_decimal` string
    - `pricing_model` 'flat_fee' | 'per_unit' | 'tiered' | 'volume' | 'stairstep'
    - `product_id` string
    - `resource_version` integer
    - `shipping_period` integer
    - `shipping_period_unit` 'day' | 'week' | 'month' | 'year'
    - `show_description_in_invoices` boolean
    - `show_description_in_quotes` boolean
    - `status` 'active' | 'archived' | 'deleted'
    - `tax_detail` ItempriceTaxDetail
      - `avalara_sale_type` 'wholesale' | 'retail' | 'consumed' | 'vendor_use'
      - `avalara_service_type` integer
      - `avalara_tax_code` string
      - `avalara_transaction_type` integer
      - `hsn_code` string
      - `object` string
      - `tax_profile_id` string
      - `taxjar_product_code` string
    - `tiers` ItempriceTier[]
      - `ending_unit` integer
      - `ending_unit_in_decimal` string
      - `object` string
      - `price` integer
      - `price_in_decimal` string
      - `starting_unit` integer
      - `starting_unit_in_decimal` string
    - `trial_end_action` 'site_default' | 'activate_subscription' | 'cancel_subscription'
    - `trial_period` integer
    - `trial_period_unit` 'day' | 'month'
    - `updated_at` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/freshdesk/apis/gigasheet-api.md) · [All operations](https://skmtc.net/freshdesk/apis/gigasheet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freshdesk/gigasheet-api/revisions/d1e5cbb24557/schema)
