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

# 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

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
