How to fetch all of artifacts using ETM URLUtility
One answer
If you carefully look at the response, you might be able to realize that the response provides data about the information page it responded to. All modern APIs support some kind of paging mechanism. I explained the paging mechanism for the reportable RRST API of CCM here: https://rsjazz.wordpress.com/2022/03/02/ewm-reportable-rest-api/
You use the page information from the response to get the next page and so forth.