> ## 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.

# Dump Consensus State

> Get complete consensus state

### Response

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

  <Expandable title="Properties">
    <ResponseField name="height" type="string">
      <p>Current height</p>
    </ResponseField>

    <ResponseField name="round" type="string">
      <p>Current round</p>
    </ResponseField>

    <ResponseField name="step" type="string">
      <p>Current step</p>
    </ResponseField>

    <ResponseField name="validators" type="array">
      <p>List of validators and their states</p>
    </ResponseField>
  </Expandable>
</ResponseField>
