list_tasks
List active background tasks to track progress of asynchronous operations. Returns task IDs and current statuses for monitoring.
Instructions
List all active background tasks.
Returns:
JSON list of {"task_id": ..., "status": ...} dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |