v3
latestOpenAPI 3.1.02026-07-3197486526.1 KBembed > v2 > tasks
Retrieve task status and results
This method retrieves the status and the results of an async embedding task.
Invoke this method repeatedly until the status field is ready or failed. When the status is ready, use the embeddings from the response. When the status is failed, the error.message field contains the reason.
<Note title="Note"> Embeddings are stored for seven days. </Note>get/embed-v2/tasks/{task_id}
Path parameters
task_idstring required
The unique identifier of the embedding task.
Headers
x-api-keystring required
Your API key.
<Note title="Note"> You can find your API key on the <a href="https://playground.twelvelabs.io/dashboard/api-keys" target="_blank">API Keys</a> page. </Note>Response
Task status and results retrieved successfully