List sandbox snapshots for the authenticated tenant, with optional filtering,.
func (
r *SandboxSnapshotService) ListAutoPaging(ctx context.Context,
query SandboxSnapshotListParams,
opts ...option.RequestOption
) *pagination.ItemsCursorGetPaginationAutoPager[SnapshotResponse]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.
| Name | Type | Description |
|---|---|---|
ctx* | context.Context | |
query* | SandboxSnapshotListParams | |
opts* | ...option.RequestOption |