list_tasks
Retrieve a list of active background tasks with their IDs and statuses to monitor ongoing processes.
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 |