List Tasks
cph_task_listList tasks filtered by workflow ID or status, returning ID and title for efficient browsing. Use to quickly find tasks without loading full details.
Instructions
List tasks filtered by workflow and/or status.
Returns ID and title only for efficiency. Use cph_task_get for full details on a specific task.
Call this only when explicitly asked — session_init already provides active tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | No | ||
| status | No | ||
| include_subtasks | No | ||
| limit | No | ||
| offset | No |