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

# Get App

`GET /v1/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
  - `network_cidr` string
  - `organization` AppOrganizationInfo
    - `internal_numeric_id` integer
    - `name` string
    - `slug` string
  - `status` string
  - `volume_count` integer

## Changes

- **2026-08-12** `f54480c4ce7f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/machines/apis/machines-api/changes/v1/apps/:app_name/get.md)

---

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