Clips API missing many clips even for small time ranges #48
Labels
product: api
API endpoints in the "helix" namespace
ticketed
Has been given an internal tracking ticket
Brief description
Time range based Clips API requests will often be missing many clips
How to reproduce
curl -H "$authheader" 'https://api.twitch.tv/helix/clips?broadcaster_id=69906737&started_at=2020-01-15T18:40:00Z&ended_at=2020-01-15T18:50:00Z&first=100'Returns around 16 clips total, no pagination token
"pagination":{}:(only posting created_at and id for clarity)
Only about half of the existing clips in the time range are returned. Which ones appears to be somewhat random and can change over time but it never returns all of them.
Expected behavior
Return all existing clips in that 10 minute time range:
Clips found via previous requests and from chat.
Screenshots
Additional context or questions
I'm aware that this API will not return all clips for large time ranges with a huge number of clips in them but (seems it's limited to 1k?) but even a small 10 minute time range only returning 16 of the 28 clips in it is very surprising.
The text was updated successfully, but these errors were encountered: