﻿# EntityGetRequest

Schema definition for EntityGetRequest

# EntityGetRequest

Schema definition for EntityGetRequest

## Schema Viewer

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

## Description

This schema defines the structure and validation rules for EntityGetRequest.

## Properties

- **entityId** (string, required): ID of the entity.
- **pointInTime** (string): Point in time to retrieve the entity. If not provided, retrieves the entity at the current consistency time.

## Related Schemas

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