# snapshotList

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

List snapshots in one world lineage.

```ds title="snapshotList"
export declare function snapshotList(world: WorldHandle, limit: uint32, after?: SnapshotId | undefined): Result<SnapshotPage, HostError>
```

[language/library/src/runtime/snapshot.ds:76:80](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/snapshot.ds#L76-L80)
