> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ipworld.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Consensus State

> Get current consensus state

### Response

<ResponseField name="response" type="object">
  <p>Current consensus state</p>

  <Expandable title="Properties">
    <ResponseField name="round_state" type="object">
      <p>Consensus round state information</p>

      <Expandable title="Properties">
        <ResponseField name="height/round/step" type="string">
          <p>Current height, round and step</p>
        </ResponseField>

        <ResponseField name="proposal_block_hash" type="string">
          <p>Hash of proposed block</p>
        </ResponseField>

        <ResponseField name="locked_block_hash" type="string">
          <p>Hash of locked block</p>
        </ResponseField>

        <ResponseField name="valid_block_hash" type="string">
          <p>Hash of valid block</p>
        </ResponseField>

        <ResponseField name="height_vote_set" type="array">
          <p>Vote sets for current height</p>
        </ResponseField>
      </Expandable>
    </ResponseField>
  </Expandable>
</ResponseField>
