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
Changes
No recorded changes to this endpoint across all 1 revision of this API.