queued
- Task is waiting to be picked up by a workerprocessing
- The embedding task is runningsuccess
- Task completed successfully and the bucket is embeddedfailure
- Task failed and no files were embedded successfullypartial_success
- Some files were embedded successfully, but at least one failedcurl --location --request GET '/ai/embeddings/'
{
"data": {
"created_at": "string",
"finished_at": "string",
"status": "queued",
"task_id": "736fde4d-9029-4915-8189-01353d6982cb",
"task_name": "string"
}
}
Authorization: Bearer ********************