regarding the /list API from Youtube: https://developers.google.com/youtube/v3/docs/search/list
We have search by keyword
operations.
Do these searches perform some sort of sampling or are they an exhaustive source of all items that match a search ?
Also, does this change between each available api version ?
We have a similar case for the Twitter API, in which case this is explicitly stated: https://developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweetsSo it would be good to know it because I have clients who often question these things so we can properly document the capabilities we offer.
Thank you.