---
title: "Retrieve a list of Extensions for the Available Add-on."
method: GET
path: "/marketplace/AvailableAddOns/{AvailableAddOnSid}/Extensions"
tags: ["PreviewMarketplaceAvailableAddOnExtension"]
---

# Retrieve a list of Extensions for the Available Add-on.

`GET /marketplace/AvailableAddOns/{AvailableAddOnSid}/Extensions`

Retrieve a list of Extensions for the Available Add-on.

## Path parameters

- `AvailableAddOnSid` string, required

## Query parameters

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

## Response `200`

OK

- object
  - `extensions` PreviewMarketplaceAvailableAddOnAvailableAddOnExtension[]
    - `sid` string, nullable — The unique string that we created to identify the AvailableAddOnExtension resource.
    - `available_add_on_sid` string, nullable — The SID of the AvailableAddOn resource to which this extension applies.
    - `friendly_name` string, nullable — The string that you assigned to describe the resource.
    - `product_name` string, nullable — The name of the Product this Extension is used within.
    - `unique_name` string, nullable — An application-defined string that uniquely identifies the resource.
    - `url` string, uri, nullable — The absolute URL of the resource.
  - `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/preview.md) · [All operations](https://skmtc.net/twilio/apis/preview/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/preview/revisions/eec1185131a7/schema)
