List tasks
Tasks
List tasks
Returns a cursor-paginated list of tasks for the workspace. Filter by type or status.
GET
List tasks
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The 4 task types exposed by the public API.
Renderer tasks (remove_background, gaze_redirect, super_resolution) are dispatched via the Redis broker; transcribe is dispatched via AssemblyAI.
Values:
remove_background— AI background removal — outputs media with a transparent background.gaze_redirect— AI gaze redirection — adjusts on-screen eyes to face the camera.super_resolution— AI upscaling — increases resolution by a 1–4× factor.transcribe— Speech-to-text transcription (via AssemblyAI) with optional analysis.
Available options:
remove_background, gaze_redirect, super_resolution, transcribe Values:
ingesting— External source files are being copied into Framelane storage.queued— Accepted and waiting for a worker to pick it up.processing— Actively rendering or processing.completed— Finished successfully; the output artifact is available.failed— Terminated with an error (seeerror).cancelled— Cancelled by the caller before completion.
Available options:
ingesting, queued, processing, completed, failed, cancelled Required range:
1 <= x <= 200
