List sandbox snapshots for the authenticated tenant, with optional filtering, sorting, and pagination. Page with page_size and cursor: replay the response's next_cursor until it comes back null, which is the only signal that no pages remain. Cursors are opaque and only valid on this endpoint; do not parse or construct one.
list(
query: SnapshotListParams | null | undefined = {},
options: RequestOptions
): PagePromise<SnapshotResponsesItemsCursorGetPagination, SnapshotResponse>| Name | Type | Description |
|---|---|---|
query | SnapshotListParams | null | undefined | Default: {} |
options | RequestOptions |