get https://api.twelvelabs.io/v1.2/embed/tasks
This method returns a list of the video embedding tasks in your account. The platform returns your video embedding tasks sorted by creation date, with the newest at the top of the list.
NOTES:
- Video embeddings are stored for seven days
- When you invoke this method without specifying the
started_at
andended_at
parameters, the platform returns all the video embedding tasks created within the last seven days.
Important
The response includes breaking changes that might require updates to your application code. Key differences:
- Each object of the
data
array now includes an object namedvideo_embedding
.- The
metadata
object is now nested undervideo_embedding
.