---
title: "Fetch an instance of an Add-on installation currently assigned to this Number."
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/IncomingPhoneNumbers/{ResourceSid}/AssignedAddOns/{Sid}.json"
tags: ["Api20100401AssignedAddOn"]
---

# Fetch an instance of an Add-on installation currently assigned to this Number.

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

Fetch an instance of an Add-on installation currently assigned to this Number.

## Path parameters

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

## Response `200`

OK

- 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.

---

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