---
title: ListSlotMetricsRequest
description: ListSlotMetricsRequest lists slot metrics for a range of slots.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/list-slot-metrics-request/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/list-slot-metrics-request.md
---

# ListSlotMetricsRequest

ListSlotMetricsRequest lists slot metrics for a range of slots.

**Package:** `thru.services.v1`

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `start_slot` | `uint64` | 1 · optional | Start slot for the range (inclusive). |
| `end_slot` | `uint64` | 2 · optional | End slot for the range (inclusive). Defaults to start\_slot if not specified. |
| `limit` | `uint32` | 3 · optional | Maximum number of results to return. Defaults to 100. |
