> ## Documentation Index
> Fetch the complete documentation index at: https://opensandbox-oc-s-762ac928075c46d2828bcb22.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Snapshot

Get snapshot details by name.

<ParamField path="name" type="string" required>
  Snapshot name
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "id": "snap-abc123",
    "name": "data-science",
    "status": "ready",
    "contentHash": "sha256:...",
    "checkpointId": "cp-abc123",
    "manifest": { "steps": [] },
    "createdAt": "2025-01-15T10:30:00Z",
    "lastUsedAt": "2025-01-16T08:00:00Z"
  }
  ```
</ResponseExample>
