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

> Get commit results at a specified height

### Query Parameters

<ParamField query="height" type="integer">
  Height to return. If no height is provided, it will fetch commit information
  regarding the latest block.
</ParamField>

### Response

<ResponseField name="response" type="object">
  <p>Commit information</p>

  <Expandable title="Properties">
    <ResponseField name="signed_header" type="object">
      <p>Block header and commit info</p>

      <Expandable title="Properties">
        <ResponseField name="header" type="object">
          <p>Block header</p>
        </ResponseField>

        <ResponseField name="commit" type="object">
          <p>Block commit info</p>
        </ResponseField>
      </Expandable>
    </ResponseField>

    <ResponseField name="canonical" type="boolean">
      <p>Is the commit canonical</p>
    </ResponseField>
  </Expandable>
</ResponseField>
