How to retrieve 1st block information from local/chain/blocks-after API

Hi,

local/chain/blocks-after API returns the blocks information with transaction hashes but it returns the next 10 blocks from the given block.
In such a case how we can retrieve the information of block height 1?

If we pass 0 block height then it returns the error that “height must be positive”.