---
title: "Get Application"
method: GET
path: "/api/applications/{application_id}"
tags: ["applications"]
---

# Get Application

`GET /api/applications/{application_id}`

Retrieve a single application by ID.

## Path parameters

- `application_id` string, required

## Response `200`

Successful Response

- APIResponse — Generic API response schema.
  - `success` boolean, required
  - `message` string, required
  - `data` unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
