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