I am trying to use the /stream endpoint from the API to list all my videos but I can only get the first 1000 videos. I have 2000 videos , how can i get remaining 1000 videos ?
What steps have you taken to resolve the issue?
I did not get cursor pointer in api responds, as describe in documentation.
When you say the method should return all videos, do you mean that I will receive all 2000+ videos in a single API call? I would like to clarify this as it would greatly impact my implementation.
cscharff’s link to Get Stream Videos is the correct way to get a list of videos. For performance reasons, this endpoint is paginated. Look for the optional properties to pull multiple pages. Frequently, using start/end to pull by ranges of video creation date is the way to go. If you add the include_counts argument, you can get a total count to help you track through pages.