---
title: "Retrieve a list of Add-on installations currently assigned to this Number."
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json"
tags: ["Api20100401AssignedAddOn"]
---

# Retrieve a list of Add-on installations currently assigned to this Number.

`GET /2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns.json`

Retrieve a list of Add-on installations currently assigned to this Number.

## Path parameters

- `AccountSid` string, required
- `ResourceSid` string, required

## Query parameters

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

## Response `200`

OK

- object
  - `end` integer
  - `first_page_uri` string, uri
  - `next_page_uri` string, uri, nullable
  - `page` integer
  - `page_size` integer
  - `previous_page_uri` string, uri, nullable
  - `start` integer
  - `uri` string, uri
  - `assigned_add_ons` ApiV2010AccountIncomingPhoneNumberIncomingPhoneNumberAssignedAddOn[]
    - `sid` string, nullable — The unique string that that we created to identify the resource.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the resource.
    - `resource_sid` string, nullable — The SID of the Phone Number to which the Add-on is assigned.
    - `friendly_name` string, nullable — The string that you assigned to describe the resource.
    - `description` string, nullable — A short description of the functionality that the Add-on provides.
    - `configuration` unknown
    - `unique_name` string, nullable — An application-defined string that uniquely identifies the resource. It can be used in place of the resource's `sid` in the URL to address the resource.
    - `date_created` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `date_updated` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `uri` string, nullable — The URI of the resource, relative to `https://api.twilio.com`.
    - `subresource_uris` object, nullable — A list of related resources identified by their relative URIs.

## Changes

- **2025-07-03** (v2010) `475b69553e34` — 1 breaking
  - the `assigned_add_ons/items/configuration` response's property type changed from `object` to no type for status `200`
- **2025-03-11** (v2010) `26011eceee1e` — 1 breaking
  - the `assigned_add_ons/items/configuration` response's property type changed from no type to `object` for status `200`
- **2025-02-20** (v2010) `ed1b16ce6378` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`

[Change history](https://skmtc.dev/twilio/apis/api-v2010/changes/2010-04-01/Accounts/:AccountSid/IncomingPhoneNumbers/:ResourceSid/AssignedAddOns.json/get.md)

---

[API](https://skmtc.dev/twilio/apis/api-v2010.md) · [All operations](https://skmtc.dev/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/api-v2010/revisions/6b6ffccef14c/schema)
