Description
Get detailed information about a snapshot including its state, configuration, resource allocation, and availability across regions.Path Parameters
id- Snapshot ID or name (required)
Example Request
Example with Snapshot Name
Response
Returns a snapshot object with the following properties:Identification
id- Snapshot IDname- Snapshot nameorganizationId- Organization IDref- Snapshot reference (e.g.,daytonaio/sandbox:latest)
Configuration
imageName- Image nameentrypoint- Entrypoint command (array of strings)general- Whether the snapshot is generalbuildInfo- Build information for the snapshot
Resources
cpu- CPU coresgpu- GPU unitsmem- Memory in GBdisk- Disk space in GBsize- Snapshot size
State
state- Current statebuilding- Snapshot is being builtpending- Snapshot build is pendingpulling- Snapshot is being pulledactive- Snapshot is active and ready to useinactive- Snapshot is inactiveerror- An error occurredbuild_failed- Snapshot build failedremoving- Snapshot is being removed
errorReason- Error reason (if applicable)
Metadata
createdAt- Creation timestampupdatedAt- Last update timestamplastUsedAt- Last used timestampregionIds- IDs of regions where the snapshot is availableinitialRunnerId- The initial runner ID of the snapshot
Error Responses
404- Snapshot not found