When making calls to the List Signature Requests or List Templates endpoints, a maximum of 100 objects are returned per page. In order to gather data from every signature request or template listed, you could loop through each page of the response.
To do so, set a variable equal to the {"list_info"[‘num_pages’] value and starting with page = 1, increment until the total number of pages.
Example in Ruby: