When retrieving time-series data registered in CDF using the SDK, I use the following code.
client.time_series.search(name="some name")
In this case, if I want to take 100 time series, I would need to run the above code 100 times,
but is there any SDK that allows me to retrieve this in a list format or something similar?