list_tasks
Retrieve and filter Celery tasks by worker, name, state, or time range. Supports pagination, sorting, and search to monitor task queues in real-time.
Instructions
List tasks with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| workername | No | ||
| taskname | No | ||
| state | No | ||
| received_start | No | ||
| received_end | No | ||
| sort_by | No | ||
| search | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |