---
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. When the `discard_abci_responses` storage flag is
enabled, this endpoint will return an error.

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.

- BlockSearchResponse
  - `jsonrpc` string, required
  - `id` integer, required
  - `result` object, required
    - `blocks` BlockComplete[], required
      - `block_id` BlockID
        - `hash` string, required
        - `parts` object, required
          - `total` integer, required
          - `hash` string, required
      - `block` Block
        - `header` BlockHeader
          - `version` object, required
            - `block` string, required
            - `app` string, required
          - `chain_id` string, required
          - `height` string, required
          - `time` string, required
          - `last_block_id` BlockID, required
            - `hash` string, required
            - `parts` object, required
              - …
          - `last_commit_hash` string, required
          - `data_hash` string, required
          - `validators_hash` string, required
          - `next_validators_hash` string, required
          - `consensus_hash` string, required
          - `app_hash` string, required
          - `last_results_hash` string, required
          - `evidence_hash` string, required
          - `proposer_address` string, required
        - `data` string[]
        - `evidence` Evidence[]
          - `type` string
          - `height` integer
          - `time` integer
          - `total_voting_power` integer
          - `validator` Validator
            - `pub_key` PubKey
              - …
            - `voting_power` integer
            - `address` string
        - `last_commit` object
          - `height` integer
          - `round` integer
          - `block_id` BlockID
            - `hash` string, required
            - `parts` object, required
              - …
          - `signatures` Commit[]
            - `type` integer, required
            - `height` string, required
            - `round` integer, required
            - `block_id` BlockID, required
              - …
            - `timestamp` string, required
            - `validator_address` string, required
            - `validator_index` integer, required
            - `signature` string, required
    - `total_count` integer, required

## Other responses

- `500` — Error

## Changes

> 18 revisions in range; 1 not diffed.

- **2023-01-22** `4c3b4d6d6be6` — 1 breaking, 2 info
  - removed the required property `result/blocks/items/block/header/voters_hash` from the response with the `200` status
  - added the required property `result/blocks/items/block/header/next_validators_hash` to the response with the `200` status
  - added the required property `result/blocks/items/block/header/validators_hash` to the response with the `200` status
- **2022-02-25** `d05173847016` — 1 breaking, 5 warning, 2 info
  - removed the required property `result/height` from the response with the `200` status
  - removed the optional property `result/begin_block_events` from the response with the `200` status
  - removed the optional property `result/consensus_params_updates` from the response with the `200` status
  - removed the optional property `result/end_block` from the response with the `200` status
  - …4 more
- **2021-07-05** `547cd6bf0829` — 1 breaking, 2 info
  - removed the required property `result/consensus_params_updates/evidence/max_age` from the response with the `200` status
  - added the required property `result/consensus_params_updates/evidence/max_age_duration` to the response with the `200` status
  - added the required property `result/consensus_params_updates/evidence/max_age_num_blocks` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/finschia/apis/ostracon-rpc/changes/block_results/get.md)

---

[API](https://skmtc.dev/finschia/apis/ostracon-rpc.md) · [All operations](https://skmtc.dev/finschia/apis/ostracon-rpc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finschia/ostracon-rpc/revisions/f8b90bf02ef4/schema)
