---
title: "Retrieve a list of applications representing an application within the requesting account"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/Applications.json"
tags: ["Api20100401Application"]
---

# Retrieve a list of applications representing an application within the requesting account

`GET /2010-04-01/Accounts/{AccountSid}/Applications.json`

Retrieve a list of applications representing an application within the requesting account

## Path parameters

- `AccountSid` string, required

## Query parameters

- `FriendlyName` string
- `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
  - `applications` ApiV2010AccountApplication[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Application resource.
    - `api_version` string, nullable — The API version used to start a new TwiML session.
    - `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.
    - `friendly_name` string, nullable — The string that you assigned to describe the resource.
    - `message_status_callback` string, uri, nullable — The URL we call using a POST method to send message status information to your application.
    - `sid` string, nullable — The unique string that that we created to identify the Application resource.
    - `sms_fallback_method` 'GET' | 'POST', http-method, nullable — The HTTP method we use to call `sms_fallback_url`. Can be: `GET` or `POST`.
    - `sms_fallback_url` string, uri, nullable — The URL that we call when an error occurs while retrieving or executing the TwiML from `sms_url`.
    - `sms_method` 'GET' | 'POST', http-method, nullable — The HTTP method we use to call `sms_url`. Can be: `GET` or `POST`.
    - `sms_status_callback` string, uri, nullable — The URL we call using a POST method to send status information to your application about SMS messages that refer to the application.
    - `sms_url` string, uri, nullable — The URL we call when the phone number receives an incoming SMS message.
    - `status_callback` string, uri, nullable — The URL we call using the `status_callback_method` to send status information to your application.
    - `status_callback_method` 'GET' | 'POST', http-method, nullable — The HTTP method we use to call `status_callback`. Can be: `GET` or `POST`.
    - `uri` string, nullable — The URI of the resource, relative to `https://api.twilio.com`.
    - `voice_caller_id_lookup` boolean, nullable — Whether we look up the caller's caller-ID name from the CNAM database (additional charges apply). Can be: `true` or `false`.
    - `voice_fallback_method` 'GET' | 'POST', http-method, nullable — The HTTP method we use to call `voice_fallback_url`. Can be: `GET` or `POST`.
    - `voice_fallback_url` string, uri, nullable — The URL that we call when an error occurs retrieving or executing the TwiML requested by `url`.
    - `voice_method` 'GET' | 'POST', http-method, nullable — The HTTP method we use to call `voice_url`. Can be: `GET` or `POST`.
    - `voice_url` string, uri, nullable — The URL we call when the phone number assigned to this application receives a call.
    - `public_application_connect_enabled` boolean, nullable — Whether to allow other Twilio accounts to dial this applicaton using Dial verb. Can be: `true` or `false`.

---

[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/a6753266b8b0/schema)
