Fly.io
Apps

Get App

View as Markdown

Retrieve details about a specific app by its name.

GET
/apps/{app_name}

Retrieve details about a specific app by its name.

Authorization

bearerAuth
AuthorizationBearer <token>

A Fly.io access token. Create one with fly tokens create.

In: header

Path Parameters

app_name*string

Fly App Name

Response Body

application/json

curl -X GET "https://example.com/apps/string"
{  "id": "string",  "internal_numeric_id": 0,  "machine_count": 0,  "name": "string",  "network": "string",  "organization": {    "internal_numeric_id": 0,    "name": "string",    "slug": "string"  },  "status": "string",  "volume_count": 0}