# GetApiV1IndexerstatsRequest ## Example Usage ```typescript import { GetApiV1IndexerstatsRequest } from "prowlarr/models/operations"; let value: GetApiV1IndexerstatsRequest = {}; ``` ## Fields | Field | Type | Required | Description | | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | | `startDate` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A | | `endDate` | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) | :heavy_minus_sign: | N/A | | `indexers` | *string* | :heavy_minus_sign: | N/A | | `protocols` | *string* | :heavy_minus_sign: | N/A | | `tags` | *string* | :heavy_minus_sign: | N/A |