queued, processing, failed, success or partial_success based on the query string. Defaults to queued and processing.Authorization: Bearer ********************curl --location --request GET '/ai/embeddings' \
--header 'Authorization: Bearer <token>'{
"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"
}
]
}