---
title: "List disk snapshots of a Devbox."
method: GET
path: "/v1/devboxes/disk_snapshots"
tags: ["Devbox", "Devbox-PersistenceTools"]
---

# List disk snapshots of a Devbox.

`GET /v1/devboxes/disk_snapshots`

List all snapshots of a Devbox while optionally filtering by Devbox ID, source Blueprint ID, and metadata.

## Query parameters

- `devbox_id` string
- `source_blueprint_id` string
- `metadata[key]` string
- `metadata[key][in]` string
- `limit` integer
- `starting_after` string
- `include_total_count` boolean

## Response `200`

OK

- DevboxDiskSnapshotListView
  - `snapshots` DevboxDiskSnapshotView[], required — List of snapshots matching filter.
    - `id` string, required — The unique identifier of the snapshot.
    - `name` string, nullable — (Optional) The custom name of the snapshot.
    - `create_time_ms` integer, required — Creation time of the Snapshot (Unix timestamp milliseconds).
    - `metadata` object, required — User defined metadata associated with the snapshot.
    - `source_devbox_id` string, required — The source Devbox ID this snapshot was created from.
    - `source_blueprint_id` string, nullable — (Optional) The source Blueprint ID this snapshot was created from.
    - `commit_message` string, nullable — (Optional) The commit message of the snapshot (max 1000 characters).
    - `size_bytes` integer, nullable — (Optional) The size of the snapshot in bytes, relative to the base blueprint.
  - `has_more` boolean, required
  - `total_count` integer, nullable

## Other responses

- `404` — Devbox not found.

## Changes

- **2026-03-24** `32e4b2dfb757` — 1 warning, 1 info
  - removed the optional property `remaining_count` from the response with the `200` status
  - added the new optional `query` request parameter `include_total_count`
- **2026-02-19** `8704a652545c` — 4 breaking
  - the response property `remaining_count` became nullable for the status `200`
  - the response property `total_count` became nullable for the status `200`
  - the response property `remaining_count` became optional for the status `200`
  - the response property `total_count` became optional for the status `200`
- **2026-02-12** `c8d61a0c8b88` — 1 info
  - added the optional property `snapshots/items/size_bytes` to the response with the `200` status
- **2025-11-19** `5f33221208c1` — 2 info
  - added the new optional `query` request parameter `source_blueprint_id`
  - added the optional property `snapshots/items/source_blueprint_id` to the response with the `200` status
- **2025-10-15** `436b4f5c7426` — 1 info
  - added the optional property `snapshots/items/commit_message` to the response with the `200` status

[Change history](https://skmtc.dev/runloopai/apis/runloop-api/changes/v1/devboxes/disk_snapshots/get.md)

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/e9dc776053e4/schema)
