cURL
curl --request GET \ --url https://api.example.com/api/tasks/asset/{asset_id}
[ { "id": "<string>", "asset_id": "<string>", "task_type": "image_quality", "celery_task_id": "<string>", "status": "pending", "result": "<string>", "error_message": "<string>", "retry_count": 123, "created_at": "<string>", "started_at": "<string>", "completed_at": "<string>" } ]
Get all background tasks for a specific asset.
Successful Response
image_quality
embedding
face_detection
face_clustering
Status of a background task execution.
pending
started
success
failure