Retrieve task status and results
This method retrieves the status and the results of an async embedding task.
**Task statuses**:
- `processing`: The platform is creating the embeddings.
- `ready`: Processing is complete. Embeddings are available in the response.
- `failed`: The task failed. Embeddings were not created.
Invoke this method repeatedly until the `status` field is `ready`. When `status` is `ready`, use the embeddings from the response.
<Note title="Note">
Embeddings are stored for seven days.
</Note>