# Get Machine (/machines/Machines_show)

Get details of a specific Machine within an app by the Machine ID.


`GET /apps/{app_name}/machines/{machine_id}`

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `app_name` | path | `string` | Yes | Fly App Name |
| `machine_id` | path | `string` | Yes | Machine ID |
| `include_leases` | query | `boolean` | No | Include machine lease |

## Responses

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

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