﻿# EntityStatsByStateGetRequest

Schema definition for EntityStatsByStateGetRequest

# EntityStatsByStateGetRequest

Schema definition for EntityStatsByStateGetRequest

## Schema Viewer

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

## Description

This schema defines the structure and validation rules for EntityStatsByStateGetRequest.

## Properties

- **model** (object): Optional specifier of the Entity model to calculate statistics for.
- **pointInTime** (string): The point-in-time for statistics in ISO 8601 format. Defaults to current consistency time if not provided.
- **states** (array): Optional list of states for which to calculate statistics. If not provided, statistics will be calculated for all current workflow states.

## Related Schemas

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