manus_task_list
Retrieve tasks with cursor pagination, filtered by scope (all, standard, project, agent_subtask) using agent or project IDs.
Instructions
List tasks with cursor pagination. scope='agent_subtask' requires agent_id; scope='project' requires project_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No | ||
| order | No | ||
| scope | No | ||
| agent_id | No | ||
| project_id | No |