---
title: "GET /v1/InstalledAddOns/{InstalledAddOnSid}/Extensions"
method: GET
path: "/v1/InstalledAddOns/{InstalledAddOnSid}/Extensions"
tags: ["MarketplaceInstalledAddOnExtension"]
---

# GET /v1/InstalledAddOns/{InstalledAddOnSid}/Extensions

`GET /v1/InstalledAddOns/{InstalledAddOnSid}/Extensions`

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

## Path parameters

- `InstalledAddOnSid` string, required

## Query parameters

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

## Response `200`

OK

- object
  - `extensions` MarketplaceV1InstalledAddOnInstalledAddOnExtension[]
    - `sid` string, nullable — The unique string that we created to identify the InstalledAddOn Extension resource.
    - `installed_add_on_sid` string, nullable — The SID of the InstalledAddOn 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.
    - `enabled` boolean, nullable — Whether the Extension will be invoked.
    - `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/marketplace-v1.md) · [All operations](https://skmtc.net/twilio/apis/marketplace-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/marketplace-v1/revisions/390602042b6e/schema)
