---
title: "GET /sip-media-applications/{sipMediaApplicationId}"
method: GET
path: "/sip-media-applications/{sipMediaApplicationId}"
---

# GET /sip-media-applications/{sipMediaApplicationId}

`GET /sip-media-applications/{sipMediaApplicationId}`

Retrieves the information for a SIP media application, including name, AWS Region, and endpoints.

## Path parameters

- `sipMediaApplicationId` string, required

## Response `200`

Success

- GetSipMediaApplicationResponse
  - `SipMediaApplication` object — The details of the SIP media application.
    - `SipMediaApplicationId` string — A SIP media application's ID.
    - `AwsRegion` string — The AWS Region in which the SIP media application is created.
    - `Name` string — The SIP media application's name.
    - `Endpoints` SipMediaApplicationEndpoint[] — List of endpoints for a SIP media application. Currently, only one endpoint per SIP media application is permitted.
      - `LambdaArn` string, password — Valid Amazon Resource Name (ARN) of the Lambda function, version, or alias. The function must be created in the same AWS Region as the SIP media application.
    - `CreatedTimestamp` string, date-time — The SIP media application creation timestamp, in ISO 8601 format.
    - `UpdatedTimestamp` string, date-time — The time at which the SIP media application was updated.
    - `SipMediaApplicationArn` string — The ARN of the SIP media application.

## Other responses

- `480` — UnauthorizedClientException
- `481` — NotFoundException
- `482` — ForbiddenException
- `483` — BadRequestException
- `484` — ThrottledClientException
- `485` — ServiceUnavailableException
- `486` — ServiceFailureException

---

[API](https://skmtc.net/aws/apis/chime-sdk-voice.md) · [All operations](https://skmtc.net/aws/apis/chime-sdk-voice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/chime-sdk-voice/versions/89ce97d6fad9/schema)
