---
title: "List Applications"
method: GET
path: "/apps"
tags: ["Applications"]
---

# List Applications

`GET /apps`

Lists all applications for the authenticated user with their current status.

## Query parameters

- `nextCursor` string
- `limit` integer

## Response `200`

Applications list retrieved successfully.

- ListApplicationsResponse — List applications response
  - `items` AppListItem[]
    - `id` string
    - `name` string
    - `description` string
    - `displayEndpoint` DisplayEndpoint — Display endpoint model
      - `id` string, required
      - `address` string, required
      - `type` 'cdn' | 'anycast' | 'publicIp', required
    - `status` 'unknown' | 'active' | 'progressing' | 'inactive' | 'failing' | 'suspended'
  - `meta` ListMeta
    - `totalItems` integer
  - `cursor` string, nullable

## Other responses

- `400` — Invalid input.
- `401` — User is unauthorized.
- `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/revisions/9e622620664b/schema)
