---
title: "Retrieve an Existing Snapshot"
method: GET
path: "/v2/snapshots/{snapshot_id}"
tags: ["DigitalOcean-public.v2-new_Snapshots"]
---

# Retrieve an Existing Snapshot

`GET /v2/snapshots/{snapshot_id}`

To retrieve information about a snapshot, send a GET request to
`/v2/snapshots/$SNAPSHOT_ID`.

The response will be a JSON object with a key called `snapshot`. The value of
this will be an snapshot object containing the standard snapshot attributes.

## Path parameters

- `snapshot_id` union, required
  - integer — The ID of a Droplet snapshot.
  - string — The ID of a volume snapshot.

## Response `200`

A JSON object with a key called `snapshot`.

- object
  - `snapshot` Snapshots
    - `id` string, required — The unique identifier for the snapshot.
    - `name` string, required — A human-readable name for the snapshot.
    - `created_at` string, date-time, required — A time value given in ISO8601 combined date and time format that represents when the snapshot was created.
    - `regions` string[], required — An array of the regions that the snapshot is available in. The regions are represented by their identifying slug values.
    - `min_disk_size` integer, required — The minimum size in GB required for a volume or Droplet to use this snapshot.
    - `size_gigabytes` number, float, required — The billable size of the snapshot in gigabytes.
    - `resource_id` string, required — The unique identifier for the resource that the snapshot originated from.
    - `resource_type` 'droplet' | 'volume', required — The type of resource that the snapshot originated from.
    - `tags` string[], nullable, required — An array of Tags the snapshot has been tagged with.<br><br>Requires `tag:read` scope.

## Other responses

- `400` — Bad Request
- `401` — Authentication failed due to invalid credentials.
- `404` — The resource was not found.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

[API](https://skmtc.net/digitalocean/apis/digitalocean-api.md) · [All operations](https://skmtc.net/digitalocean/apis/digitalocean-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalocean/digitalocean-api/versions/cb3bf9b21459/schema)
