---
title: GetBlockRequest
description: GetBlockRequest retrieves decoded block information by slot or hash.
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/get-block-request/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/get-block-request.md
---

# GetBlockRequest

GetBlockRequest retrieves decoded block information by slot or hash.

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

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `slot` | `uint64` | 1 · optional | |
| `block_hash` | [`thru.core.v1.BlockHash`](https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/block-hash.md) | 2 · optional | |
| `view` | [`thru.core.v1.BlockView`](https://thru.org/docs/api-ref/grpc/messages/thru/core/v1/block-view.md) | 3 · optional | |
| `min_consensus` | [`thru.common.v1.ConsensusStatus`](https://thru.org/docs/api-ref/grpc/messages/thru/common/v1/consensus-status.md) | 4 · optional | |
