---
title: "Retrieve a TeXML Application"
method: GET
path: "/texml_applications/{id}"
tags: ["TeXML Applications"]
---

# Retrieve a TeXML Application

`GET /texml_applications/{id}`

Retrieves the details of an existing TeXML Application.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- object
  - `data` TexmlApplication
    - `id` string — Uniquely identifies the resource.
    - `record_type` string — Identifies the type of the resource.
    - `friendly_name` string — A user-assigned name to help manage the application.
    - `active` boolean — Specifies whether the connection can be used.
    - `anchorsite_override` 'Latency' | 'Chicago, IL' | 'Ashburn, VA' | 'San Jose, CA' | 'Sydney, Australia' | 'Amsterdam, Netherlands' | 'London, UK' | 'Toronto, Canada' | 'Vancouver, Canada' | 'Frankfurt, Germany' — `Latency` directs Telnyx to route media through the site with the lowest round-trip time to the user's connection. Telnyx calculates this time using ICMP ping messages. This can be disabled by specifying a site to handle all media.
    - `dtmf_type` 'RFC 2833' | 'Inband' | 'SIP INFO' — Sets the type of DTMF digits sent from Telnyx to this Connection. Note that DTMF digits sent to Telnyx will be accepted in all formats.
    - `first_command_timeout` boolean — Specifies whether calls to phone numbers associated with this connection should hangup after timing out.
    - `first_command_timeout_secs` integer — Specifies how many seconds to wait before timing out a dial command.
    - `voice_url` string, uri — URL to which Telnyx will deliver your XML Translator webhooks.
    - `voice_fallback_url` string, uri — URL to which Telnyx will deliver your XML Translator webhooks if we get an error response from your voice_url.
    - `call_cost_in_webhooks` boolean — Specifies if call cost webhooks should be sent for this TeXML Application.
    - `voice_method` 'get' | 'post' — HTTP request method Telnyx will use to interact with your XML Translator webhooks. Either 'get' or 'post'.
    - `status_callback` string, uri — URL for Telnyx to send requests to containing information about call progress events.
    - `status_callback_method` 'get' | 'post' — HTTP request method Telnyx should use when requesting the status_callback URL.
    - `tags` string[] — Tags associated with the Texml Application.
    - `inbound` object
      - `channel_limit` integer — When set, this will limit the total number of inbound calls to phone numbers associated with this connection.
      - `shaken_stir_enabled` boolean — When enabled Telnyx will include Shaken/Stir data in the Webhook for new inbound calls.
      - `sip_subdomain` string — Specifies a subdomain that can be used to receive Inbound calls to a Connection, in the same way a phone number is used, from a SIP endpoint. Example: the subdomain "example.sip.telnyx.com" can be called from any SIP endpoint by using the SIP URI "sip:@example.sip.telnyx.com" where the user part can be any alphanumeric value. Please note TLS encrypted calls are not allowed for subdomain calls.
      - `sip_subdomain_receive_settings` 'only_my_connections' | 'from_anyone' — This option can be enabled to receive calls from: "Anyone" (any SIP endpoint in the public Internet) or "Only my connections" (any connection assigned to the same Telnyx user).
    - `outbound` object
      - `channel_limit` integer — When set, this will limit the total number of outbound calls to phone numbers associated with this connection.
      - `outbound_voice_profile_id` string — Identifies the associated outbound voice profile.
    - `created_at` string — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string — ISO 8601 formatted date indicating when the resource was updated.

## Other responses

- `400` — Bad request. The request could not be understood or was missing required parameters.
- `401` — Unauthorized
- `403` — The user doesn't have the required permissions to perform the requested action.
- `404` — The requested resource doesn't exist.

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
