Query Parameters
Celery task ID to check
Get the status of any Celery task by ID.
URL Pattern: /mailbox/task-status/?task_id={task_id}
Response Format:
task_id: The queried task IDstate: Current task state (PENDING, PROGRESS, SUCCESS, FAILURE, RETRY, REVOKED)info: Task metadata or results (depends on task type and state)Celery task ID to check