...
You can apply query parameters to change the size of the default set and to page through result sets. The following example queries for results 100 at a time. In this case, the query asks for results 2013-300102:
Code Block |
---|
/v3/jobGroups/?embed=jobs,wrangledDataset&limit=100%offset100&offset=2 |
If the count of retrieved results is less than the limit, you have reached the end of the results.
...