# snapshotDescribe

`import { snapshotDescribe } from "destack:runtime";`

Describe one snapshot.

```ds title="snapshotDescribe"
export declare function snapshotDescribe(world: WorldHandle, snapshotId: SnapshotId): Result<Snapshot, HostError>
```

[language/library/src/runtime/snapshot.ds:62:65](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/snapshot.ds#L62-L65)
