API details

Hi,

We are trying to get list of all components for a particular repo.
we are using the api for this service/rest/v1/components?continuationToken any idea how to get list of all continuationToken or is it generated at runtime.
Easy way was from GUI but the search has limitation of 300 on UI
is there any way where we can pull on this in one short.
if not how big is the continuation token list

Thanks
DJM

You know you have reached the last token when the response you get does not contain a continuationToken. In other words, you have to go through all pages to know you have reached the last one.

At the moment, the pagination strategy does not return the total number of results nor the number of result pages.