---
title: "Get app by ID"
method: GET
path: "/apps/{id}"
tags: ["Apps"]
---

# Get app by ID

`GET /apps/{id}`

Retrieves an app by its ID

## Path parameters

- `id` string, uuid, required

## Response `200`

App retrieved successfully

- object
  - `data` App, required
    - `id` string, uuid, required
    - `bundleId` string, required
    - `platform` 'android' | 'ios', required
    - `displayName` string, required
    - `description` string, nullable, required
    - `iconURL` string, required
    - `developerName` string, nullable, required
    - `createdAt` string, date-time, nullable, required
    - `updatedAt` string, date-time, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-06-19** `ec76cd771e68` — 1 info
  - added the media type `application/json` for the response with the status `404`
- **2026-05-30** `51d2493ba0f4` — 1 info
  - endpoint added
- **2026-05-30** `d06ce0f3c00d` — 1 breaking
  - api path removed without deprecation
- **2026-05-08** `8cacdbf9c6f5` — 17 breaking, 2 info
  - removed the required property `data/categoryName` from the response with the `200` status
  - removed the required property `data/country` from the response with the `200` status
  - removed the required property `data/expectedFiles` from the response with the `200` status
  - removed the required property `data/packageName` from the response with the `200` status
  - …15 more

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/apps/:id/get.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/a1453ac769d4/schema)
