tasks

Get Task Status

Get status of any background Celery task.

States:

  • PENDING: Task is waiting to be processed
  • PROGRESS: Task is running (includes progress metadata)
  • SUCCESS: Task completed successfully
  • FAILURE: Task failed with error
get/api/v1/tasks/status/{task_id}

Path parameters

task_idstring uuid required

Response

Successful Response

task_idstring required
state'PENDING' | 'PROGRESS' | 'SUCCESS' | 'FAILURE' required
messagestring nullable
currentinteger nullable
totalinteger nullable
{"stackTrail":"components:schemas:TaskStatusResponse:properties:result:anyOf","oasType":"schema","type":"unknown","title":"Result","nullable":true}
errorstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.