-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
When requesting videos up to the present date, I notice that the most recent 2 days of data are missing. The latest available videos are always from 2 days ago, never from yesterday or today.
I’m not sure if this is expected behavior or a bug. Ideally, the API should return videos up to today. If there’s a known 2-day delay, it would be helpful if the API warned the user or provided an error message when an end date is too recent.
video_request = QueryVideoRequest(
fields=video_fields,
query = query,
start_date="20250228",
end_date="20250307", # today
max_count=100,
max_total = 1000
)
Could you clarify if this delay is expected? If so, is there any documentation on this limitation?
Would it be possible for the API to return a warning or error when an end date is within this delay period?
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels