---
title: "Get App"
method: GET
path: "/v1/apps/{id}"
tags: ["apps"]
---

# Get App

`GET /v1/apps/{id}`

Get a specific app by ID or the latest app belonging to the authenticated user's organization.
- Use /{id} to get a specific app by ID
- Use /latest to get the organization's latest uploaded app
Excludes soft-deleted files (where deleted_at is not null).
Returns the same data structure as /v1/apps/list but for a single app.

## Path parameters

- `id` string, required

## Headers

- `x-api-key` string

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/qualgent/apis/qualgent-api-service.md) · [All operations](https://skmtc.dev/qualgent/apis/qualgent-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qualgent/qualgent-api-service/revisions/2372ed4904a6/schema)
