---
title: "List an org's VM snapshots (optionally filtered by source VM)"
method: GET
path: "/v1/orgs/{orgId}/snapshots"
tags: ["Snapshots"]
---

# List an org's VM snapshots (optionally filtered by source VM)

`GET /v1/orgs/{orgId}/snapshots`

## Path parameters

- `orgId` string, required

## Query parameters

- `vmId` string

## Response `200`

OK

- Snapshot[]
  - `chainDepth` integer, required
  - `containerPort` integer
  - `createdAt` string, required
  - `deletedAt` string
  - `diskPath` string
  - `diskSizeGb` integer, required
  - `envVars` object
  - `errorMessage` string
  - `gpuCount` integer
  - `gpuModelId` string
  - `id` string, required
  - `imageUrl` string
  - `name` string, required
  - `nodeId` string
  - `organizationId` string, required
  - `resourceSize` string
  - `sizeBytes` integer
  - `sourceVmId` string
  - `status` string, required
  - `templateId` string

## Other responses

- `400` — The request is invalid
- `401` — Missing or invalid API key
- `403` — API key lacks the required scope

---

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