# Get Volume (/volumes/Volumes_get_by_id)

Retrieve details about a specific volume by its ID within an app.


`GET /apps/{app_name}/volumes/{volume_id}`

## Parameters

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

## Responses

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

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