---
title: "retrieve an application"
method: GET
path: "/Applications/{ApplicationSid}"
tags: ["Applications"]
---

# retrieve an application

`GET /Applications/{ApplicationSid}`

## Response `200`

application found

- Application
  - `application_sid` string, uuid
  - `name` string, required
  - `account_sid` string, uuid, required
  - `call_hook` Webhook
    - `webhook_sid` string, uuid
    - `url` string, url, required
    - `method` 'get' | 'post'
    - `username` string
    - `password` string
  - `call_status_hook` Webhook
    - `webhook_sid` string, uuid
    - `url` string, url, required
    - `method` 'get' | 'post'
    - `username` string
    - `password` string
  - `messaging_hook` Webhook
    - `webhook_sid` string, uuid
    - `url` string, url, required
    - `method` 'get' | 'post'
    - `username` string
    - `password` string
  - `speech_synthesis_vendor` string
  - `speech_synthesis_voice` string
  - `speech_recognizer_vendor` string
  - `speech_recognizer_language` string
  - `env_vars` object — Object containing the Application Environment Variables as key/value to be sent with the call_hook payload
  - `record_all_calls` boolean

## Other responses

- `404` — application not found
- `500` — system error

## Changes

> 27 revisions in range; 1 could not be searched.

- **2025-08-05** `91b7259f507b` — 1 info
  - added the optional property `record_all_calls` to the response with the `200` status
- **2025-07-15** `7741fcf732f1` — 1 info
  - added the optional property `env_vars` to the response with the `200` status
- **2025-05-19** `0ed84e2268c2` — 1 breaking, 1 info
  - the response property `application_sid` became optional for the status `200`
  - the response required property `application_sid` became read-only for the status `200`
- **2025-05-01** `fdfd9d6cf2ce` — 2 info
  - the response optional property `application_sid` became not read-only for the status `200`
  - the response property `application_sid` became required for the status `200`
- **2025-04-26** `e65989189a4f` — 1 info
  - the response optional property `application_sid` became read-only for the status `200`

[Full history](https://skmtc.dev/jambonz/apis/jambonz-api/changes/Applications/:ApplicationSid/get.md)

---

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