get https://api.twelvelabs.io/v1.2/embed/tasks//status
This method retrieves the status of a video embedding task. Check the task status of a video embedding task to determine when you can retrieve the embedding.
A task can have one of the following statuses:
processing
: The platform is creating the embeddings.ready
: Processing is complete. Retrieve the embeddings by invoking theGET
method of the/embed/tasks/{task_id} endpoint
.failed
: The task could not be completed, and the embeddings haven't been created.
Important
The response includes breaking changes that might require updates to your application code. Key differences:
- The response now includes an object named
video_embedding
.- The
metadata
object is now nested undervideo_embedding
.