# List Snapshots (/volumes/Volumes_list_snapshots)

List all snapshots for a specific volume within an app.


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

## 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 | `VolumeSnapshot[]` |

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