# Get App (/apps/Apps_show)

Retrieve details about a specific app by its name.


`GET /apps/{app_name}`

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `app_name` | path | `string` | Yes | Fly App Name |

## Responses

| Status | Description | Schema |
| --- | --- | --- |
| `200` | OK | `App` |

The full machine-readable OpenAPI spec is available at /openapi.json.