---
title: GetNodeStatusResponse
description: GetNodeStatusResponse returns the node's operational status including
source_url:
  html: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/get-node-status-response/
  md: https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/get-node-status-response.md
---

# GetNodeStatusResponse

GetNodeStatusResponse returns the node’s operational status including consensus readiness, repair state, and current heights.

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

## Fields

| Field | Type | # | Description |
| - | - | - | - |
| `ready` | `bool` | 1 · optional | High-level readiness flag. True when consensus is active and the node is ready to accept and process transactions. |
| `consensus` | [`NodeConsensusStatus`](https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/node-consensus-status.md) | 2 · optional | Consensus subsystem state. |
| `repair` | [`NodeRepairStatus`](https://thru.org/docs/api-ref/grpc/messages/thru/services/v1/node-repair-status.md) | 3 · optional | Repair subsystem state. |
| `finalized_slot` | `uint64` | 4 · optional | Latest finalized slot. |
| `locally_executed_slot` | `uint64` | 5 · optional | Latest locally executed slot. |
