---
title: "GET /sip-media-applications"
method: GET
path: "/sip-media-applications"
---

# GET /sip-media-applications

`GET /sip-media-applications`

Lists the SIP media applications under the administrator's AWS account.

## Query parameters

- `max-results` integer
- `next-token` string
- `MaxResults` string
- `NextToken` string

## Response `200`

Success

- ListSipMediaApplicationsResponse
  - `SipMediaApplications` SipMediaApplication[] — List of SIP media applications and application details.
    - `SipMediaApplicationId` string — The SIP media application ID.
    - `AwsRegion` string — The AWS Region in which the SIP media application is created.
    - `Name` string — The name of the SIP media application.
    - `Endpoints` SipMediaApplicationEndpoint[] — List of endpoints for 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 SIP media application updated timestamp, in ISO 8601 format.
  - `NextToken` string — The token to use to retrieve the next page of results.

## Other responses

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

---

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