﻿# SnapshotGetRequest

Schema definition for SnapshotGetRequest

# SnapshotGetRequest

Schema definition for SnapshotGetRequest

## Schema Viewer

<JsonSchemaViewer
  schema={schema}
  name="SnapshotGetRequest"
  category="search"
  client:load
/>

## Description

This schema defines the structure and validation rules for SnapshotGetRequest.

## Properties

- **clientPointTime** (string): Page of time to retrieve the results.
- **pageNumber** (integer): Page number (from 0).
- **pageSize** (integer): Page size.
- **snapshotId** (string, required): ID of the snapshot to retrieve data.

## Related Schemas

See other schemas in the [search](/reference/schemas/search/) category.