Embeddings

Get an embedding task's status

Check the status of a current embedding task. Will be one of the following:

  • queued - Task is waiting to be picked up by a worker
  • processing - The embedding task is running
  • success - Task completed successfully and the bucket is embedded
  • failure - Task failed and no files were embedded successfully
  • partial_success - Some files were embedded successfully, but at least one failed
get/ai/embeddings/{task_id}

Path parameters

task_idstring required

Unique identifier of the task.

Response

Successful Response

Changes

No recorded changes to this endpoint across all 47 revisions of this API.