---
title: "Get block results at a specified height"
method: GET
path: "/block_results"
tags: ["Info"]
---

# Get block results at a specified height

`GET /block_results`

Get block_results.

If the `height` field is set to a non-default value, upon success, the
`Cache-Control` header will be set with the default maximum age.

## Query parameters

- `height` integer

## Response `200`

Block results.

- BlockResultsResponse
  - `jsonrpc` string, required
  - `id` integer, required
  - `result` object, required
    - `height` string, required
    - `txs_results` object[], nullable
      - `code` string
      - `data` string
      - `log` string
      - `info` string
      - `gas_wanted` string
      - `gas_used` string
      - `events` object[], nullable
        - `type` string
        - `attributes` Event[]
          - `key` string
          - `value` string
          - `index` boolean
      - `codespace` string
    - `finalize_block_events` object[], nullable
      - `type` string
      - `attributes` Event[]
        - `key` string
        - `value` string
        - `index` boolean
    - `validator_updates` object[], nullable
      - `pub_key` object
        - `type` string, required
        - `value` string, required
      - `power` string
    - `consensus_param_updates` ConsensusParams, nullable
      - `block` object, required
        - `max_bytes` string, required
        - `max_gas` string, required
        - `time_iota_ms` string, required
      - `evidence` object, required
        - `max_age` string, required
      - `validator` object, required
        - `pub_key_types` string[], required

## Other responses

- `500` — Error

---

[API](https://skmtc.dev/hetu-project/apis/cometbft-rpc.md) · [All operations](https://skmtc.dev/hetu-project/apis/cometbft-rpc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hetu-project/cometbft-rpc/revisions/8fdc73beaae2/schema)
