---
title: "Get Applications"
method: GET
path: "/topology/applications"
tags: ["topology"]
---

# Get Applications

`GET /topology/applications`

Get all applications

## Response `200`

Successful Response

- TopologyApplicationDtoOut[]
  - `id` string, uuid, required
  - `name` string, required
  - `description` string
  - `services` TopologyApplicationServiceDto[]
    - `id` integer, required
    - `name` string, required
    - `service` string, required

---

[API](https://skmtc.net/keephq/apis/keep-api.md) · [All operations](https://skmtc.net/keephq/apis/keep-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/keephq/keep-api/revisions/bb4a0896091f/schema)
