quire.listTasks
Retrieve tasks from a Quire project. Get root-level tasks or subtasks under a specific parent task.
Instructions
List tasks in a project. Returns root-level tasks by default, or subtasks if a parent task OID is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The project ID (e.g., 'my-project') or OID | |
| parentTaskOid | No | Parent task OID to list subtasks of (optional). If not provided, returns root-level tasks. |