> For the complete documentation index, see [llms.txt](https://nodekit.gitbook.io/nodekit-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nodekit.gitbook.io/nodekit-documentation/json-rpc-methods/getblockheadersid.md).

# getBlockHeadersId

Retrieves blocks from SEQ starting at the ID given in args and ending when the timestamp is greater than End given in args.&#x20;

```
type GetBlockHeadersIDArgs struct {
    ID  string `json:"id"`
    End int64  `json:"end"`
}
Response: BlockHeadersResponse 
```
