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

# Get App

`GET /apps/{app_name}`

Retrieve details about a specific app by its name.

## Path parameters

- `app_name` string, required

## Response `200`

OK

- App
  - `id` string
  - `internal_numeric_id` integer
  - `machine_count` integer
  - `name` string
  - `network` string
  - `organization` AppOrganizationInfo
    - `internal_numeric_id` integer
    - `name` string
    - `slug` string
  - `status` string
  - `volume_count` integer

---

[API](https://skmtc.net/machines/apis/machines-api.md) · [All operations](https://skmtc.net/machines/apis/machines-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/machines/machines-api/versions/633ddedda749/schema)
