v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-016280256.4 KB
tasks

Get Task Status

Get the status of a background task by its ID.

get/api/tasks/{task_id}

Path parameters

task_idstring required

Response

Successful Response

idstring required
asset_idstring nullable required
task_type'image_quality' | 'embedding' | 'face_detection' | 'face_clustering' | 'asset_description' | 'asset_storage_cleanup' | 'reverse_geocoding' | 'video_thumbnail_extract' | 'video_metadata_extract' | 'thumbhash' | 'display_proxy_generation' | 'burst_detection' required
celery_task_idstring required
status'pending' | 'started' | 'success' | 'failure' required

Status of a background task execution.

resultstring nullable required
error_messagestring nullable required
retry_countinteger required
created_atstring required
started_atstring nullable required
completed_atstring nullable required