v64

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

List Tasks

List background tasks for the authenticated user with optional filtering.

get/api/tasks/

Query parameters

library_idstring nullable

Restrict results to tasks owned by this library. When omitted, returns tasks across every library the authenticated user owns.

Restrict results to tasks owned by this library. When omitted, returns tasks across every library the authenticated user owns.

status'pending' | 'started' | 'success' | 'failure'

Status of a background task execution.

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'
limitinteger

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