queued
, processing
, failed
, success
or partial_success
based on the query string. Defaults to queued
and processing
.curl --location --request GET '/ai/embeddings'
{
"data": [
{
"bucket": "string",
"created_at": "2019-08-24T14:15:22Z",
"finished_at": "2019-08-24T14:15:22Z",
"status": "queued",
"task_id": "string",
"task_name": "string",
"user_id": "string"
}
]
}
Authorization: Bearer ********************