---
title: "List application endpoints"
method: GET
path: "/apps/{appId}/endpoints"
tags: ["Endpoints"]
---

# List application endpoints

`GET /apps/{appId}/endpoints`

List endpoints from all containers for given application

## Path parameters

- `appId` string, required

## Response `200`

Endpoints were successfully retrieved.

- ListEndpointsResponse — List endpoints response
  - `items` EndpointListItem[]
    - `id` string, required
    - `displayName` string, required
    - `publicHost` string, required
    - `type` 'cdn' | 'anycast' | 'publicIp', required
    - `isSslEnabled` boolean, required
    - `pullZoneId` string, required
    - `portMappings` EndpointPortMapping[], required
      - `containerPort` integer, required
      - `exposedPort` integer, required
      - `protocols` ProtocolV3[], required
    - `containerName` string, required
    - `containerId` string, required
    - `stickySessions` EndpointStickySession
      - `enabled` boolean, required
      - `sessionHeaders` string[], required
      - `cookieName` string, required
    - `internalIpAddresses` EndpointInternalIp[], nullable
      - `address` string, required
      - `region` string, required
    - `publicIpAddresses` EndpointInternalIp[], nullable
      - `address` string, required
      - `region` string, required
  - `meta` ListMeta
    - `totalItems` integer
  - `cursor` string, nullable

## Other responses

- `401` — User is unauthorized.
- `404` — Application not found.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/versions/9e622620664b/schema)
